diff options
author | jmmv <jmmv> | 2004-11-07 21:44:21 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-11-07 21:44:21 +0000 |
commit | 70aefca7168151a26a2ffb519cab188b4e010915 (patch) | |
tree | 3bac4c98ffdeeef1ae1fba4dd2d4bebd4484ca73 /net/Makefile | |
parent | bbd718c6598e3b9c2cb60a078a597d3c230d5d59 (diff) | |
download | pkgsrc-70aefca7168151a26a2ffb519cab188b4e010915.tar.gz |
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 3f925fc34ca..9c51b142fe9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.512 2004/11/05 10:40:35 seb Exp $ +# $NetBSD: Makefile,v 1.513 2004/11/07 21:44:22 jmmv Exp $ # COMMENT= Networking tools @@ -397,6 +397,7 @@ SUBDIR+= whoson SUBDIR+= wimon SUBDIR+= wistumbler SUBDIR+= wistumbler2 +SUBDIR+= wistumbler2-gtk SUBDIR+= wminet SUBDIR+= wmnet SUBDIR+= wmpload |