diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-28 23:23:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-28 23:23:06 +0000 |
commit | ac0cd68380b4585a69adfc96c995202a5d2e5fc6 (patch) | |
tree | ffeb85a37dcf015033773ff29b167ef30df41c6e /mail/milter-greylist | |
parent | 5dcff294ecbbc349826624b314a945125ec3430f (diff) | |
download | ports-ac0cd68380b4585a69adfc96c995202a5d2e5fc6.tar.gz ports-ac0cd68380b4585a69adfc96c995202a5d2e5fc6.zip |
Notes
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 4d92ad5dd7ce..a7ea3d1fc9ab 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -67,6 +67,10 @@ CONFIGURE_ARGS+= --with-libspf2=${LOCALBASE} BUILD_DEPENDS+= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP CONFIGURE_ARGS+= --with-libGeoIP=${LOCALBASE} .endif +.if defined(WITH_CURL) +BUILD_DEPENDS+= curl>=7.18:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+= --with-curl=${LOCALBASE} +.endif RUN_DEPENDS+= ${BUILD_DEPENDS} BUILD_DEPENDS+= ${_MILT_DEP} |