diff options
author | ache <ache@FreeBSD.org> | 2008-04-29 07:23:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-04-29 07:23:06 +0800 |
commit | b3fb3e7a2d1dd7975d576b523c436f6c3c067e4d (patch) | |
tree | 696352edce544a7edd873681f22a79d669bfc78b /mail | |
parent | 987f8822deff32ec8812944bccbcd33330cf315b (diff) | |
download | freebsd-ports-gnome-b3fb3e7a2d1dd7975d576b523c436f6c3c067e4d.tar.gz freebsd-ports-gnome-b3fb3e7a2d1dd7975d576b523c436f6c3c067e4d.tar.zst freebsd-ports-gnome-b3fb3e7a2d1dd7975d576b523c436f6c3c067e4d.zip |
Add WITH_CURL option
PR: 123180
Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org>
Diffstat (limited to 'mail')
-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} |