diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 18:01:55 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 18:01:55 +0000 |
commit | 165feca772f0ca424f48a342f9dca718acfaa8b1 (patch) | |
tree | 25f2d956cf2011f6396f3a6b2e4ce8dfcef7eb9c /audio/wsoundserver | |
parent | bd05a364baed39f76c2dbb4a1212d3e778f7eae9 (diff) | |
download | ports-165feca772f0ca424f48a342f9dca718acfaa8b1.tar.gz ports-165feca772f0ca424f48a342f9dca718acfaa8b1.zip |
Notes
Diffstat (limited to 'audio/wsoundserver')
-rw-r--r-- | audio/wsoundserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index dfacc0be34b3..5ba3d70e92a0 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker -LIB_DEPENDS= PropList.1:${PORTSDIR}/devel/libPropList +LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |