diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-05 21:15:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-05 21:15:53 +0000 |
commit | 5ccc558c9d1e2fdd1a050e811f3763ba40752031 (patch) | |
tree | 5933995a1c5697faf009bac28f0380ecb652f4d9 /devel | |
parent | 21445b684857aa389164870c10814f511ef45001 (diff) | |
download | pkgsrc-5ccc558c9d1e2fdd1a050e811f3763ba40752031.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nbitools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/nbitools/Makefile b/devel/nbitools/Makefile index 2c7285ad986..0dd5054c7c6 100644 --- a/devel/nbitools/Makefile +++ b/devel/nbitools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:31:55 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/05 21:15:53 minskim Exp $ # DISTNAME= nbitools-R6.3 @@ -10,6 +10,10 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://www.kitebird.com/imake-book/ COMMENT= imake and tools derived from NetBSD-current/xsrc +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes + ALL_TARGET= World MAKE_ENV+= GCCCMD=gcc |