diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-06-11 16:08:09 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-06-11 16:38:03 +0200 |
commit | 4bdcc660fdb55d5c5797409e27f59778b012416f (patch) | |
tree | c138910e2ef377b0847b1689db54ac47ed20cae7 /git | |
parent | 67b6a8f13cdbf441fc2c5ed4c67d0a75848c212f (diff) | |
download | opt-4bdcc660fdb55d5c5797409e27f59778b012416f.tar.gz opt-4bdcc660fdb55d5c5797409e27f59778b012416f.tar.xz |
git: depends on expat.
Diffstat (limited to 'git')
-rw-r--r-- | git/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/Pkgfile b/git/Pkgfile index d4eb081ce..1af26af3f 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -1,12 +1,12 @@ # Description: Directory content manager # URL: http://www.kernel.org/pub/software/scm/git/docs # Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: curl +# Depends on: expat, curl # Nice to have: tk name=git version=1.6.3.2 -release=1 +release=2 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) build() { |