From 930e12d13eda1efe41b911f9c2ff81e6be28a65b Mon Sep 17 00:00:00 2001 From: hans Date: Sat, 26 Feb 2011 14:44:33 +0000 Subject: Enable option sid, depending on audio/libsidplay. --- audio/audacious-plugins/options.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'audio/audacious-plugins/options.mk') 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) -- cgit v1.2.3