aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-07 19:49:41 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-07 19:49:41 +0000
commit7046a55fd8c78a3bf8c78c239a321985cdb6e3ad (patch)
tree44170eaab332d8a08ad941e3638a2e1e422229c8 /textproc/libxml2
parent78ba9cefd2a78753796f0a79d3906abee675f58d (diff)
downloadports-7046a55fd8c78a3bf8c78c239a321985cdb6e3ad.tar.gz
ports-7046a55fd8c78a3bf8c78c239a321985cdb6e3ad.zip
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=326683
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 7ee713651d37..b2b36c8ada89 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -20,7 +20,7 @@ USE_CSTD= gnu89
GNU_CONFIGURE= yes
USES= pathfix gmake iconv pkgconfig
USE_LDCONFIG= yes
-CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \
+CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
--with-html-dir=${PREFIX}/share/doc \
--with-html-subdir=${PORTNAME} \
--with-lzma=/usr \