diff options
author | tron <tron@pkgsrc.org> | 2001-07-07 17:17:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-07 17:17:58 +0000 |
commit | 78b05791cc94d89c131418cb64b864582ade4d51 (patch) | |
tree | f7b68281fc891f36216f6ddcfc6081b8dd65948d /audio | |
parent | e9e6b71373c86429159c00340e368af7a42735e9 (diff) | |
download | pkgsrc-78b05791cc94d89c131418cb64b864582ade4d51.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'audio')
-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: |