diff options
author | augustss <augustss> | 1997-10-30 00:31:47 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-30 00:31:47 +0000 |
commit | 3e948bd9e94eb262de891c638783db521ff0e265 (patch) | |
tree | 3bd89435186a820322c92f408be93d6e18ba8770 /audio/Makefile | |
parent | 81c4ea9b0948eddd44a90bd23a3eebe0e51325a0 (diff) | |
download | pkgsrc-3e948bd9e94eb262de891c638783db521ff0e265.tar.gz |
Add more working programs and explain why some don't work.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/Makefile b/audio/Makefile index 7d1bc903ee5..dd92e8a5136 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,34 +1,34 @@ -# $NetBSD: Makefile,v 1.4 1997/10/29 01:49:16 augustss Exp $ +# $NetBSD: Makefile,v 1.5 1997/10/30 00:31:47 augustss Exp $ # SUBDIR += amp - #SUBDIR += cam + SUBDIR += cam SUBDIR += cddbd - #SUBDIR += gmod + #SUBDIR += gmod # GUS specific SUBDIR += gsm SUBDIR += maplay SUBDIR += mikmod - #SUBDIR += mpegaudio + #SUBDIR += mpegaudio # obsolete SUBDIR += mpg123 - #SUBDIR += mxv + #SUBDIR += mxv # needs Interviews #SUBDIR += nas #SUBDIR += nspmod - #SUBDIR += playmidi + #SUBDIR += playmidi # needs sequencer #SUBDIR += radio - #SUBDIR += rosegarden + #SUBDIR += rosegarden # needs sequencer #SUBDIR += rplay #SUBDIR += rsynth - #SUBDIR += s3mod + #SUBDIR += s3mod # needs sequencer SUBDIR += sox #SUBDIR += splay SUBDIR += timidity - #SUBDIR += tosha - #SUBDIR += tracker + #SUBDIR += tosha # needs libscsi + SUBDIR += tracker #SUBDIR += workman #SUBDIR += xcd #SUBDIR += xcdplayer SUBDIR += xmcd - #SUBDIR += xmix + SUBDIR += xmix SUBDIR += xmmix .include <bsd.port.subdir.mk> |