summaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-24 04:22:42 +0000
committerjlam <jlam@pkgsrc.org>2003-01-24 04:22:42 +0000
commit7b750eb2c58256aeeebc69277a7c1a8f4a8342f5 (patch)
tree1bdcfd161710e81248e5744d1cd6334c6e71f314 /devel/g-wrap/Makefile
parent07212bde902d7174cbf6c87c1bd5d12985124174 (diff)
downloadpkgsrc-7b750eb2c58256aeeebc69277a7c1a8f4a8342f5.tar.gz
Fix the installed g-wrap-config to invoke ${GUILE14_PREFIX}/bin/guile
instead of the one in the work directory. Also ensure that we install guile library files into ${GUILE14_PREFIX}/share/guile instead of into the same place under ${LOCALBASE}, since we are using guile14. Bump PKGREVISION of devel/g-wrap to 1.
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r--devel/g-wrap/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 48b96710b99..c107ca0ede4 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/01/19 04:43:38 uebayasi Exp $
+# $NetBSD: Makefile,v 1.14 2003/01/24 04:22:42 jlam Exp $
DISTNAME= g-wrap-1.2.1
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=g-wrap/}
@@ -14,6 +15,9 @@ USE_BUILDLINK2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-modules-dir=${GUILE14_PREFIX}/share/guile
+CONFIGURE_ENV+= GUILE=${GUILE14}
+CONFIGURE_ENV+= BUILD_GUILE=${GUILE14_CONFIG}
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
USE_LIBTOOL= YES