diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-23 06:53:14 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-23 06:53:14 +0000 |
commit | 18a6bff25180d97947d156de54f64f05ed46edda (patch) | |
tree | 381fd2afcc3d3d91429eac8c784d2d5d53762980 | |
parent | d556cfe99a944c6624d696483e7a4480f641501d (diff) | |
download | FreeBSD-ports-18a6bff25180d97947d156de54f64f05ed46edda.zip FreeBSD-ports-18a6bff25180d97947d156de54f64f05ed46edda.tar.gz |
Remove wmsound, add wsoundserver and unbroke wsoundprefs - it is now ready to go.
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/wsoundprefs/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 053b60b..db88334 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 d63fea6..93d8219 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> |