summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-03 06:52:59 +0000
committerwiz <wiz@pkgsrc.org>2008-11-03 06:52:59 +0000
commit2eeb6571e810a7434b328db54926df7dd90145cc (patch)
tree1dbc88d4453d714c5132b355e1683198fbb4da8a /audio
parent7e9836de000e795e4b061f0db89aa6694540fe62 (diff)
downloadpkgsrc-2eeb6571e810a7434b328db54926df7dd90145cc.tar.gz
Comment out code for unsupported options.
Diffstat (limited to 'audio')
-rw-r--r--audio/audacious-plugins/options.mk30
1 files changed, 15 insertions, 15 deletions
diff --git a/audio/audacious-plugins/options.mk b/audio/audacious-plugins/options.mk
index 6e79c4f21fa..3a1420858f7 100644
--- a/audio/audacious-plugins/options.mk
+++ b/audio/audacious-plugins/options.mk
@@ -1,17 +1,17 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/10/20 09:32:19 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2008/11/03 06:52:59 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins
PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi # pulse sid
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Msid)
-. include "../../wip/resid-builder/buildlink3.mk"
-PLIST_SUBST+= SID=""
-.else
-CONFIGURE_ARGS+= --disable-sid
-PLIST_SUBST+= SID="@comment "
-.endif
+#.if !empty(PKG_OPTIONS:Msid)
+#. include "../../wip/resid-builder/buildlink3.mk"
+#PLIST_SUBST+= SID=""
+#.else
+#CONFIGURE_ARGS+= --disable-sid
+#PLIST_SUBST+= SID="@comment "
+#.endif
.if !empty(PKG_OPTIONS:Marts)
. include "../../audio/arts/buildlink3.mk"
@@ -49,10 +49,10 @@ CONFIGURE_ARGS+= --disable-timidity
PLIST_SUBST+= MIDI="@comment "
.endif
-.if !empty(PKG_OPTIONS:Mpulse)
-. include "../../wip/pulseaudio/buildlink3.mk"
-PLIST_SUBST+= PULSE=""
-.else
-CONFIGURE_ARGS+= --disable-pulse
-PLIST_SUBST+= PULSE="@comment "
-.endif
+#.if !empty(PKG_OPTIONS:Mpulse)
+#. include "../../wip/pulseaudio/buildlink3.mk"
+#PLIST_SUBST+= PULSE=""
+#.else
+#CONFIGURE_ARGS+= --disable-pulse
+#PLIST_SUBST+= PULSE="@comment "
+#.endif