summaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-24 09:48:51 +0000
committerjlam <jlam>2002-09-24 09:48:51 +0000
commit7f0662ab6fc27b46f0797ad795b2a20236ff9196 (patch)
treea8024312259dc0070b4821f94fde96c00b558ab2 /devel/g-wrap
parent67a2c8215e6f0f206a555e883035cf52ab08cee6 (diff)
downloadpkgsrc-7f0662ab6fc27b46f0797ad795b2a20236ff9196.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index fee2b42b57e..b3fdb406e36 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/21 00:21:56 mjl Exp $
+# $NetBSD: Makefile,v 1.10 2002/09/24 09:48:51 jlam Exp $
DISTNAME= g-wrap-1.2.1
CATEGORIES= devel
@@ -10,11 +10,14 @@ COMMENT= tool for importing types, functions, and constants into guile
DEPENDS+= guile-slib>=2.4.2:../../devel/guile-slib
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
+
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../lang/guile/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"