diff options
author | tron <tron@pkgsrc.org> | 1999-04-06 17:35:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-06 17:35:32 +0000 |
commit | 625e1eeb68b05fbf9fdf7ad6a42fe9fe0ddd9740 (patch) | |
tree | 384d4d15ae0af919df73bde82fc602dab2bedce3 /audio | |
parent | 2e1f317a0921e4cf8c0f3f2021ecb7a1977490d5 (diff) | |
download | pkgsrc-625e1eeb68b05fbf9fdf7ad6a42fe9fe0ddd9740.tar.gz |
Add and enable "wmsound", fixes PR pkg/7241.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2aa4be6a9d6..dfb283910d2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/04/04 20:11:06 proff Exp $ +# $NetBSD: Makefile,v 1.28 1999/04/06 17:35:32 tron Exp $ # SUBDIR += amp @@ -47,10 +47,12 @@ SUBDIR += timidity SUBDIR += tosha SUBDIR += tracker + SUBDIR += wmsound SUBDIR += xcdplayer SUBDIR += xhippo SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmmix SUBDIR += xwave + .include "../mk/bsd.pkg.subdir.mk" |