Fix miss merge relating to iconv support.

Reported & tested by:	Cyril Kalinchikov <cyr.k@me.com>
This commit is contained in:
Koop Mast 2014-05-16 10:50:28 +00:00
parent 45e0d637c1
commit fc406f4c65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354210

View File

@ -4,7 +4,7 @@
PORTNAME= libxml2
PORTVERSION= 2.9.1
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
http://xmlsoft.org/sources/ \
@ -19,7 +19,7 @@ COMMENT?= XML parser library for GNOME
GNU_CONFIGURE= yes
USES= gmake iconv libtool:keepla pathfix pkgconfig shebangfix
USE_LDCONFIG= yes
CONFIGURE_ARGS?=--with-iconv=${ICONVBASE} \
CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
--with-html-dir=${PREFIX}/share/doc \
--with-html-subdir=${PORTNAME} \
--with-lzma=/usr \