diff options
-rw-r--r-- | audio/wsoundserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 7e854f951f6..626d9706789 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/07/07 17:15:05 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/07 17:17:58 tron Exp $ # DISTNAME= WSoundServer-0.4.0 @@ -24,7 +24,7 @@ USE_X11BASE= YES CPPFLAGS+= -I${X11BASE}/include MAKE_ENV+= OSSAUDIO_LIBS= .else -MAKE_ENV+= OSSAUDIO_LIBSS=-lossaudio +MAKE_ENV+= OSSAUDIO_LIBS=-lossaudio .endif post-patch: |