diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-07-03 20:58:54 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-07-03 20:58:54 +0000 |
commit | 67afa6153571c67e9fcdbe6edce4fbfc9e71ab27 (patch) | |
tree | 38923a8d667a362f6a10c8ff1b13f477a50f750a /ftp | |
parent | b79f1aea403565ac069b136473718d87aaade7f0 (diff) | |
download | ports-67afa6153571c67e9fcdbe6edce4fbfc9e71ab27.tar.gz ports-67afa6153571c67e9fcdbe6edce4fbfc9e71ab27.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/linux-f10-curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/linux-f10-curl/Makefile b/ftp/linux-f10-curl/Makefile index 70e37df5ce71..b8294cb19b03 100644 --- a/ftp/linux-f10-curl/Makefile +++ b/ftp/linux-f10-curl/Makefile @@ -7,7 +7,7 @@ PORTNAME= curl PORTVERSION= 7.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp linux PKGNAMEPREFIX= linux-f10- DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.i386.rpm \ @@ -24,6 +24,7 @@ COMMENT= The command line tool for transferring files with URL syntax (Linux Fed CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]* USE_LINUX_RPM= yes +USE_LINUX_APPS= cyrus-sasl2 openldap LINUX_DIST_VER= 10 RPMVERSION= 5.fc10 USE_LDCONFIG= yes |