Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 13:22:28 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343918 - head/ftp/wget
Message-ID:  <201402121322.s1CDMSvZ001572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121322.s1CDMSvZ001572>