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