aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-08 03:49:41 +0800
committerbsam <bsam@FreeBSD.org>2013-09-08 03:49:41 +0800
commit3e50a1f1008125d1fcb80824f0b07c82b4441181 (patch)
tree44170eaab332d8a08ad941e3638a2e1e422229c8 /lang
parente40957d48800f7febe079c19e8783f52b1a7e5c5 (diff)
downloadfreebsd-ports-gnome-3e50a1f1008125d1fcb80824f0b07c82b4441181.tar.gz
freebsd-ports-gnome-3e50a1f1008125d1fcb80824f0b07c82b4441181.tar.zst
freebsd-ports-gnome-3e50a1f1008125d1fcb80824f0b07c82b4441181.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)
Diffstat (limited to 'lang')
-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