From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 13:22:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE1A6E96; Wed, 12 Feb 2014 13:22:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C76AD1188; Wed, 12 Feb 2014 13:22:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CDMS0b001573; Wed, 12 Feb 2014 13:22:28 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CDMSvZ001572; Wed, 12 Feb 2014 13:22:28 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402121322.s1CDMSvZ001572@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 12 Feb 2014 13:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343918 - head/ftp/wget X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 13:22:28 -0000 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