diff -ruN milter-greylist.old/Makefile milter-greylist/Makefile --- milter-greylist.old/Makefile 2008-04-25 14:15:33.000000000 -0500 +++ milter-greylist/Makefile 2008-04-28 15:32:11.000000000 -0500 @@ -67,6 +67,10 @@ 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}