summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhans <hans>2011-02-26 14:44:33 +0000
committerhans <hans>2011-02-26 14:44:33 +0000
commitc2f67d3a2746d542a3244e00f328ac2dcf74130c (patch)
tree6ccffbc54f6166ac5cbd780ddcdcdfcf0d0fa6f9 /audio
parent586a22643764e0ff92934efc2f7fa4a487f98363 (diff)
downloadpkgsrc-c2f67d3a2746d542a3244e00f328ac2dcf74130c.tar.gz
Enable option sid, depending on audio/libsidplay.
Diffstat (limited to 'audio')
-rw-r--r--audio/audacious-plugins/options.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/audacious-plugins/options.mk b/audio/audacious-plugins/options.mk
index 3b0e0315869..a23c782b58a 100644
--- a/audio/audacious-plugins/options.mk
+++ b/audio/audacious-plugins/options.mk
@@ -1,18 +1,18 @@
-# $NetBSD: options.mk,v 1.4 2008/12/18 22:42:36 jmcneill Exp $
+# $NetBSD: options.mk,v 1.5 2011/02/26 14:44:33 hans Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins
-PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi pulseaudio # sid
+PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi pulseaudio sid
PKG_SUGGESTED_OPTIONS+= pulseaudio
.include "../../mk/bsd.options.mk"
PLIST_VARS+= sid
-#.if !empty(PKG_OPTIONS:Msid)
-#. include "../../wip/resid-builder/buildlink3.mk"
-#PLIST.sid= yes
-#.else
-#CONFIGURE_ARGS+= --disable-sid
-#.endif
+.if !empty(PKG_OPTIONS:Msid)
+. include "../../audio/libsidplay/buildlink3.mk"
+PLIST.sid= yes
+.else
+CONFIGURE_ARGS+= --disable-sid
+.endif
PLIST_VARS+= arts
.if !empty(PKG_OPTIONS:Marts)