aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2009-03-31 03:30:32 +0800
committerache <ache@FreeBSD.org>2009-03-31 03:30:32 +0800
commit7a02d94285129095af3018424f91e8492d1c0421 (patch)
tree053c9759f7bb1f23f699e5e7e37594ef5176d5f2 /mail
parent37438ed84b6a0b8d7e48dc92ce9005df5cf8faf2 (diff)
downloadfreebsd-ports-gnome-7a02d94285129095af3018424f91e8492d1c0421.tar.gz
freebsd-ports-gnome-7a02d94285129095af3018424f91e8492d1c0421.tar.zst
freebsd-ports-gnome-7a02d94285129095af3018424f91e8492d1c0421.zip
--with-curl -> --with-libcurl
Submitted by: Roberto Grassi <r.grassi@obicon.it>
Diffstat (limited to 'mail')
-rw-r--r--mail/milter-greylist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index 82593f755d16..7e6e2bff053f 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --with-libGeoIP=${LOCALBASE}
.endif
.if defined(WITH_CURL)
BUILD_DEPENDS+= curl>=7.18:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libcurl=${LOCALBASE}
.endif
RUN_DEPENDS+= ${BUILD_DEPENDS}