summaryrefslogtreecommitdiff
path: root/sysutils/xcdroast/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-29 11:00:02 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-29 11:00:02 +0000
commitc7a9c7dce14fa9599d0d708cd22d85742ffc66a7 (patch)
tree1de91572e94c1276bc4b810adc6891d04f88fcd2 /sysutils/xcdroast/Makefile
parent722363dd6a90570a73092ec9a915db3a5be774da (diff)
downloadpkgsrc-c7a9c7dce14fa9599d0d708cd22d85742ffc66a7.tar.gz
Simplify previous.
Diffstat (limited to 'sysutils/xcdroast/Makefile')
-rw-r--r--sysutils/xcdroast/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index 6835c91cd1b..869cd11893c 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/29 10:39:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/29 11:00:02 xtraeme Exp $
DISTNAME= xcdroast-0.98alpha15
PKGNAME= xcdroast-0.98a15
@@ -28,10 +28,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.if ${_OPSYS_HAS_OSSAUDIO} == "yes"
CFLAGS+= -DHAVE_OSS
-. if ${OPSYS} == "NetBSD"
-AUDIO_LIBS= -lossaudio
-. endif
-CONFIGURE_ENV+= AUDIO_LIBS=${AUDIO_LIBS}
+CONFIGURE_ENV+= AUDIO_LIBS=${LIBOSSAUDIO}
.endif
DOCDIR= ${PREFIX}/share/doc/xcdroast