diff options
author | snj <snj> | 2004-04-11 17:22:31 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 17:22:31 +0000 |
commit | 57b688d6a28350ec9f5bb64d6364d1e347c0d733 (patch) | |
tree | 7ac2267e5869140c927a41c728135491490c367f /misc | |
parent | 0eb6e2bcfb25397fd861f3fdafc1bbaf42f88b3b (diff) | |
download | pkgsrc-57b688d6a28350ec9f5bb64d6364d1e347c0d733.tar.gz |
Convert to buildlink3 and remove unnecessary setting of PKGNAME.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbappconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile index c2b3f680c78..06c5ce96dfc 100644 --- a/misc/bbappconf/Makefile +++ b/misc/bbappconf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/12/30 17:27:31 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 17:22:31 snj Exp $ # DISTNAME= bbappconf-0.0.2 -PKGNAME= bbappconf-0.0.2 CATEGORIES= misc x11 wm MASTER_SITES= http://bbtools.windsofstorm.net/sources/ @@ -10,7 +9,7 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://bbtools.windsofstorm.net/ COMMENT= Configure the behaviour of an application under Blackbox -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11BASE= YES USE_GCC_SHLIB= YES GNU_CONFIGURE= YES |