diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-12 13:22:28 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-12 13:22:28 +0000 |
commit | 21d57aad92af4519b43c3a2937926950e2ec25ae (patch) | |
tree | ce2c1315c9b13c229b9a17edc3c627124ec7faf2 | |
parent | d6d29c828da518ec371cb8d0dfb0af75a711440c (diff) | |
download | ports-21d57aad92af4519b43c3a2937926950e2ec25ae.tar.gz ports-21d57aad92af4519b43c3a2937926950e2ec25ae.zip |
Notes
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b9af9903a356..58844852e7b2 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget @@ -59,6 +59,7 @@ PLIST_SUB= NLS="@comment " .if ${PORT_OPTIONS:MIDN} LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+=--enable-iri --with-libidn=${LOCALBASE} +USES+= iconv .else CONFIGURE_ARGS+=--disable-iri .endif |