svn commit: r343918 - head/ftp/wget

Tijl Coosemans tijl at FreeBSD.org
Wed Feb 12 13:22:28 UTC 2014


Author: tijl
Date: Wed Feb 12 13:22:28 2014
New Revision: 343918
URL: http://svnweb.freebsd.org/changeset/ports/343918
QAT: https://qat.redports.org/buildarchive/r343918/

Log:
  Add missing dependency on iconv.

Modified:
  head/ftp/wget/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Wed Feb 12 13:13:52 2014	(r343917)
+++ head/ftp/wget/Makefile	Wed Feb 12 13:22:28 2014	(r343918)
@@ -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


More information about the svn-ports-head mailing list