1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add missing dependency on iconv.

This commit is contained in:
Tijl Coosemans 2014-02-12 13:22:28 +00:00
parent d6d29c828d
commit 21d57aad92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343918

View File

@ -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