diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff /ftp/curl | |
parent | a2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff) | |
download | ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.tar.gz ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.zip |
Notes
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index a177e7451251..338f5d310d13 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.21.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ @@ -161,7 +162,7 @@ CONFIGURE_ARGS+= --disable-ldap --disable-ldaps .endif .if defined(WITH_LIBIDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} .else CONFIGURE_ARGS+= --without-libidn |