summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-29 11:00:02 +0000
committerxtraeme <xtraeme>2004-01-29 11:00:02 +0000
commit62f81bee4e478a2e596890c2e8ae748bf6ab64e4 (patch)
tree1de91572e94c1276bc4b810adc6891d04f88fcd2
parentf5cd2dd38894b3d3ea26e487e84041286551f2f6 (diff)
downloadpkgsrc-62f81bee4e478a2e596890c2e8ae748bf6ab64e4.tar.gz
Simplify previous.
-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