summaryrefslogtreecommitdiff
path: root/lang/gwydion-dylan
diff options
context:
space:
mode:
authordholland <dholland>2015-01-04 07:50:39 +0000
committerdholland <dholland>2015-01-04 07:50:39 +0000
commit7c4ab3e7e381b3093ce3d5f5feeec310ccae5ab5 (patch)
tree33d1841fea4a89da992db7cd944f6ac19edcdba4 /lang/gwydion-dylan
parent56d33afbb54697756e1c0efb35d4f24c78592134 (diff)
downloadpkgsrc-7c4ab3e7e381b3093ce3d5f5feeec310ccae5ab5.tar.gz
Fix misuse of LOCALBASE.
Diffstat (limited to 'lang/gwydion-dylan')
-rw-r--r--lang/gwydion-dylan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile
index 4c69b997c1d..f48dff678c9 100644
--- a/lang/gwydion-dylan/Makefile
+++ b/lang/gwydion-dylan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/29 23:36:43 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/01/04 07:50:39 dholland Exp $
#
DISTNAME= gwydion-dylan-${DYLAN_VERSION}
@@ -41,7 +41,7 @@ ALT_ARCH= ${MACHINE_ARCH}
SUBST_CLASSES+= gc
SUBST_STAGE.gc= pre-configure
SUBST_FILES.gc= d2c/runtime/garbage-collection/Makegen
-SUBST_SED.gc= -e 's,-I/usr/include,-I${LOCALBASE}/include,'
+SUBST_SED.gc= -e 's,-I/usr/include,-I${BUILDLINK_PREFIX.boehm-gc}/include,'
PLIST_SUBST+= ALT_ARCH=${ALT_ARCH:Q}
PLIST_SUBST+= DYLAN_VERSION=${DYLAN_VERSION:Q}