summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r--audio/xmms/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 27d56b892a9..62111dd5ae7 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2006/02/05 23:08:17 joerg Exp $
+# $NetBSD: Makefile,v 1.61 2006/07/08 01:22:41 minskim Exp $
#
PKGREVISION= 6
@@ -7,4 +7,10 @@ PKGREVISION= 6
CONFIGURE_ARGS+= --disable-esd
+.if ${OPSYS} == "Darwin"
+PLIST_SUBST+= CDAUDIO="@comment "
+.else
+PLIST_SUBST+= CDAUDIO=""
+.endif
+
.include "../../mk/bsd.pkg.mk"