summaryrefslogtreecommitdiff
path: root/mail/milter-greylist
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2009-03-30 19:30:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2009-03-30 19:30:32 +0000
commit00655dc6d7fc594142f0da17e07fd4ab04047155 (patch)
treeda4c9a135250a5dfc125cae9f65cefc1b9910201 /mail/milter-greylist
parentUpgrade to 0.63 (diff)
--with-curl -> --with-libcurl
Submitted by: Roberto Grassi <r.grassi@obicon.it>
Notes
Notes: svn path=/head/; revision=231320
Diffstat (limited to 'mail/milter-greylist')
-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}