diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-22 18:30:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-22 18:30:42 +0000 |
commit | 92addbc4604ca6dd8bc3f6eb75f07b0368a6483b (patch) | |
tree | b24eed62b57c133a0563a256f8b0d9b409fe35be /audio/Makefile | |
parent | e0c8b0fb0b4ab5f17cbddbb6167df6b72e8a0fc9 (diff) | |
download | pkgsrc-92addbc4604ca6dd8bc3f6eb75f07b0368a6483b.tar.gz |
Split aumix into two different packages:
- aumix 2.8nb6, which only provides ncurses support. Note that its revision
is bumped to note the differences from the previous package.
- aumix-gtk 2.8, which includes GTK 2.x and ncurses support. While here,
add a missing build dependency on pkgconfig.
The descriptions have also been rewritten to note the differences.
Addresses PR pkg/27340.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2b57d93a815..d7d4da17c8a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.254 2004/10/19 03:13:52 ben Exp $ +# $NetBSD: Makefile,v 1.255 2004/10/22 18:30:42 jmmv Exp $ # COMMENT= Audio tools @@ -14,6 +14,7 @@ SUBDIR+= applerecords SUBDIR+= arts SUBDIR+= audacity SUBDIR+= aumix +SUBDIR+= aumix-gtk SUBDIR+= bladeenc SUBDIR+= bmp SUBDIR+= bmp-esound |