summaryrefslogtreecommitdiff
path: root/sysutils/xcdroast
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-29 11:00:02 +0000
committerxtraeme <xtraeme>2004-01-29 11:00:02 +0000
commit2d7f1e9b1d968c50c27c680c9b590f199e7fbef0 (patch)
tree1de91572e94c1276bc4b810adc6891d04f88fcd2 /sysutils/xcdroast
parentcf6b49aa63f0c6aec5d48ba536a12e3e3bd6374c (diff)
downloadpkgsrc-2d7f1e9b1d968c50c27c680c9b590f199e7fbef0.tar.gz
Simplify previous.
Diffstat (limited to 'sysutils/xcdroast')
-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