aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-16 10:50:28 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-16 10:50:28 +0000
commitfc406f4c65fb44582e7f4dd03926d670780edd38 (patch)
tree721bdeaa283091ea0f47622a09e0221a93b8a3b3 /textproc/libxml2
parent45e0d637c1c6b903cb5be8ca08ad288a9e94f855 (diff)
downloadports-fc406f4c65fb44582e7f4dd03926d670780edd38.tar.gz
ports-fc406f4c65fb44582e7f4dd03926d670780edd38.zip
Fix miss merge relating to iconv support.
Reported & tested by: Cyril Kalinchikov <cyr.k@me.com>
Notes
Notes: svn path=/head/; revision=354210
Diffstat (limited to 'textproc/libxml2')
-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 \