diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-16 10:50:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-16 10:50:28 +0000 |
commit | fc406f4c65fb44582e7f4dd03926d670780edd38 (patch) | |
tree | 721bdeaa283091ea0f47622a09e0221a93b8a3b3 /textproc | |
parent | 45e0d637c1c6b903cb5be8ca08ad288a9e94f855 (diff) | |
download | ports-fc406f4c65fb44582e7f4dd03926d670780edd38.tar.gz ports-fc406f4c65fb44582e7f4dd03926d670780edd38.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
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 \ |