diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 17:22:31 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 17:22:31 +0000 |
commit | 0a52d99a46fc3244bad58487fae5fc9b9b55eb60 (patch) | |
tree | 7ac2267e5869140c927a41c728135491490c367f /misc | |
parent | dd296d93248b0177b510d81419683b112e192ee6 (diff) | |
download | pkgsrc-0a52d99a46fc3244bad58487fae5fc9b9b55eb60.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 |