diff options
author | hans <hans@pkgsrc.org> | 2011-02-26 14:44:33 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-02-26 14:44:33 +0000 |
commit | 930e12d13eda1efe41b911f9c2ff81e6be28a65b (patch) | |
tree | 6ccffbc54f6166ac5cbd780ddcdcdfcf0d0fa6f9 /audio/audacious-plugins/options.mk | |
parent | 77a29c8ee15d23de25fdbf82cfcfae97730a9bf1 (diff) | |
download | pkgsrc-930e12d13eda1efe41b911f9c2ff81e6be28a65b.tar.gz |
Enable option sid, depending on audio/libsidplay.
Diffstat (limited to 'audio/audacious-plugins/options.mk')
-rw-r--r-- | audio/audacious-plugins/options.mk | 16 |
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) |