summaryrefslogtreecommitdiff
path: root/lang/gauche
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 /lang/gauche
parent- Update to 0.12 (diff)
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 'lang/gauche')
-rw-r--r--lang/gauche/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index e4c28d9f77af..c14e03fe7f73 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -34,7 +34,7 @@ DATADIR?= ${PREFIX}/share/${PORTNAME}-0.9
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tls=none \
- --with-iconv=${LOCALBASE}
+ --with-iconv=${ICONV_PREFIX}
PLIST_SUB= VERSION="${PORTVERSION}" \
TARGET="${CONFIGURE_TARGET}"
USES= iconv