summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-27 13:47:30 +0000
committerwiz <wiz@pkgsrc.org>2017-09-27 13:47:30 +0000
commit000e74a1399b39478b8f792e642e6b38f4eb5aee (patch)
tree20b6d353d3a022a5bd3f6379571ac7d6ca8a61ba /audio
parent07080dd2a456c9cefcb261b9d2c8b11ab51d96c4 (diff)
downloadpkgsrc-000e74a1399b39478b8f792e642e6b38f4eb5aee.tar.gz
xmp: remove default-off arts option
arts was removed from pkgsrc
Diffstat (limited to 'audio')
-rw-r--r--audio/xmp/options.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/xmp/options.mk b/audio/xmp/options.mk
index 2eda175f0ae..e854b6a06c6 100644
--- a/audio/xmp/options.mk
+++ b/audio/xmp/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2014/02/24 20:41:17 adam Exp $
+# $NetBSD: options.mk,v 1.5 2017/09/27 13:47:30 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xmp
# XXX configure.ac is broken, you cannot disable oss and alsa at the moment.
-PKG_SUPPORTED_OPTIONS= alsa arts esound nas oss pulseaudio
+PKG_SUPPORTED_OPTIONS= alsa esound nas oss pulseaudio
.include "../../mk/bsd.prefs.mk"
@@ -25,12 +25,6 @@ PKG_SUGGESTED_OPTIONS+= pulseaudio
CONFIGURE_ARGS+=--disable-alsa
.endif
-# Arts support
-.if !empty(PKG_OPTIONS:Marts)
-CONFIGURE_ARGS+=--enable-arts
-. include "../../audio/arts/buildlink3.mk"
-.endif
-
# Esd support
.if !empty(PKG_OPTIONS:Mesound)
CONFIGURE_ARGS+=--enable-esd