aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-23 06:53:14 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-23 06:53:14 +0000
commite403d07552c93e4586a7e5e3cb44dba8e61ac46c (patch)
tree766a7b43e6d10ff96cd52f3cd6d9337ff4139153
parentdf539994fc2c0fe42e0b7b8918554d5453a11664 (diff)
downloadports-e403d07552c93e4586a7e5e3cb44dba8e61ac46c.tar.gz
ports-e403d07552c93e4586a7e5e3cb44dba8e61ac46c.zip
Notes
-rw-r--r--audio/Makefile2
-rw-r--r--audio/wsoundprefs/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 053b60bd6b04..db883344e6a7 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -93,10 +93,10 @@
SUBDIR += wmcdplay
SUBDIR += wmmixer
SUBDIR += wmmp3
- SUBDIR += wmsound
SUBDIR += wmtune
SUBDIR += workman
SUBDIR += wsoundprefs
+ SUBDIR += wsoundserver
SUBDIR += x11amp
SUBDIR += xamp
SUBDIR += xcd
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile
index d63fea626d0c..93d8219029c1 100644
--- a/audio/wsoundprefs/Makefile
+++ b/audio/wsoundprefs/Makefile
@@ -19,6 +19,5 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
USE_IMAKE= yes
NO_INSTALL_MANPAGES=yes
-BROKEN= "waiting for wmsound -> wsoundserver repo copy"
.include <bsd.port.mk>