diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-24 09:48:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-24 09:48:51 +0000 |
commit | 9dfd01c67bd7bbfc2fec82136ca2af204003a635 (patch) | |
tree | a8024312259dc0070b4821f94fde96c00b558ab2 /devel/g-wrap | |
parent | 2fff473e67ab4308a190bcb4e0e62f807b2b625b (diff) | |
download | pkgsrc-9dfd01c67bd7bbfc2fec82136ca2af204003a635.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 11 |
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" |