diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-03-30 19:30:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-03-30 19:30:32 +0000 |
commit | 00655dc6d7fc594142f0da17e07fd4ab04047155 (patch) | |
tree | da4c9a135250a5dfc125cae9f65cefc1b9910201 /mail/milter-greylist | |
parent | 1405c20b95b1b0802bcb581fe741b2074e8e2b37 (diff) |
Notes
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/Makefile | 2 |
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} |