summaryrefslogtreecommitdiff
path: root/audio/audacious-plugins
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-27 13:33:07 +0000
committerwiz <wiz@pkgsrc.org>2017-09-27 13:33:07 +0000
commit7835a472cdd7f0df8a990ac5a55f3ab386b8caf6 (patch)
tree901a7c78f15cde1270cad9df7421b83a38c76010 /audio/audacious-plugins
parent29f15afb8b5e77e2cca692e5989772b160fe1116 (diff)
downloadpkgsrc-7835a472cdd7f0df8a990ac5a55f3ab386b8caf6.tar.gz
audacious-plugins: remove default-on arts option
arts was removed from pkgsrc.
Diffstat (limited to 'audio/audacious-plugins')
-rw-r--r--audio/audacious-plugins/Makefile4
-rw-r--r--audio/audacious-plugins/options.mk14
2 files changed, 5 insertions, 13 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile
index 2edd0033784..927cddc9447 100644
--- a/audio/audacious-plugins/Makefile
+++ b/audio/audacious-plugins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2017/09/08 02:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.74 2017/09/27 13:33:07 wiz Exp $
DISTNAME= audacious-plugins-3.5.2
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= audio
MASTER_SITES= http://distfiles.audacious-media-player.org/
EXTRACT_SUFX= .tar.bz2
diff --git a/audio/audacious-plugins/options.mk b/audio/audacious-plugins/options.mk
index 70eecefdec0..36167262e2d 100644
--- a/audio/audacious-plugins/options.mk
+++ b/audio/audacious-plugins/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2014/10/28 02:20:26 mef Exp $
+# $NetBSD: options.mk,v 1.8 2017/09/27 13:33:07 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins
-PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi pulseaudio sid
-PKG_SUGGESTED_OPTIONS+= inet6 pulseaudio jack arts
+PKG_SUPPORTED_OPTIONS= esound inet6 jack midi pulseaudio sid
+PKG_SUGGESTED_OPTIONS+= inet6 pulseaudio jack
.include "../../mk/bsd.options.mk"
@@ -14,14 +14,6 @@ PLIST.sid= yes
CONFIGURE_ARGS+= --disable-sid
.endif
-PLIST_VARS+= arts
-.if !empty(PKG_OPTIONS:Marts)
-. include "../../audio/arts/buildlink3.mk"
-PLIST.arts= yes
-.else
-CONFIGURE_ARGS+= --disable-arts
-.endif
-
PLIST_VARS+= esd
.if !empty(PKG_OPTIONS:Mesound)
. include "../../audio/esound/buildlink3.mk"