svn commit: r417282 - head/ftp/wget
Vasil Dimov
vd at FreeBSD.org
Tue Jun 21 19:52:43 UTC 2016
Author: vd
Date: Tue Jun 21 19:52:42 2016
New Revision: 417282
URL: https://svnweb.freebsd.org/changeset/ports/417282
Log:
ftp/wget: fix compilation when IDN and NLS are disabled
PR: 210441
Submitted by: Helge Oldach <freebsd at oldach.net>
Modified:
head/ftp/wget/Makefile
Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile Tue Jun 21 19:02:42 2016 (r417281)
+++ head/ftp/wget/Makefile Tue Jun 21 19:52:42 2016 (r417282)
@@ -12,7 +12,7 @@ COMMENT= Retrieve files from the Net via
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= charsetfix cpe gmake makeinfo perl5 tar:xz
+USES= charsetfix cpe gmake iconv makeinfo perl5 tar:xz
USE_PERL5= build
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list