summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoraugustss <augustss>1997-10-30 00:31:47 +0000
committeraugustss <augustss>1997-10-30 00:31:47 +0000
commit7a5ef7d0c66a2fb3fd94a38e4b95d8ad8c4cbd5f (patch)
tree3bd89435186a820322c92f408be93d6e18ba8770 /audio
parente11a8cf705dcbea064f7a37159379bbd2b23f7bc (diff)
downloadpkgsrc-7a5ef7d0c66a2fb3fd94a38e4b95d8ad8c4cbd5f.tar.gz
Add more working programs and explain why some don't work.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile22
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>