aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-05-16 18:50:28 +0800
committerkwm <kwm@FreeBSD.org>2014-05-16 18:50:28 +0800
commitb6879024e3349cac80bf80829db3696de3ed807c (patch)
tree721bdeaa283091ea0f47622a09e0221a93b8a3b3 /textproc
parent206612fc8b96ad82b2ccf653d9ee73bcebfa1351 (diff)
downloadfreebsd-ports-gnome-b6879024e3349cac80bf80829db3696de3ed807c.tar.gz
freebsd-ports-gnome-b6879024e3349cac80bf80829db3696de3ed807c.tar.zst
freebsd-ports-gnome-b6879024e3349cac80bf80829db3696de3ed807c.zip
Fix miss merge relating to iconv support.
Reported & tested by: Cyril Kalinchikov <cyr.k@me.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 21e27d1bfc03..89c1e6a2ac07 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -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 \