From 21d57aad92af4519b43c3a2937926950e2ec25ae Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Wed, 12 Feb 2014 13:22:28 +0000 Subject: Add missing dependency on iconv. --- ftp/wget/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3