summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-27 13:45:53 +0000
committerwiz <wiz@pkgsrc.org>2017-09-27 13:45:53 +0000
commit8ece1531b2e5b487f5b30d07c3184f089a2e5dbb (patch)
tree6c40bf1c94f026b1b7537d0545f36adf10e0e913 /audio
parentf0a87d4f8b525db7f6e654dd51455465ef2413dc (diff)
downloadpkgsrc-8ece1531b2e5b487f5b30d07c3184f089a2e5dbb.tar.gz
esound: remove default-off arts option
arts was removed from pkgsrc
Diffstat (limited to 'audio')
-rw-r--r--audio/esound/options.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/esound/options.mk b/audio/esound/options.mk
index ea63c0974d6..24b05000dba 100644
--- a/audio/esound/options.mk
+++ b/audio/esound/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2012/09/08 18:58:43 cheusov Exp $
+# $NetBSD: options.mk,v 1.4 2017/09/27 13:45:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.esound
-PKG_SUPPORTED_OPTIONS= inet6 arts
+PKG_SUPPORTED_OPTIONS= inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
@@ -11,9 +11,3 @@ CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
-
-.if !empty(PKG_OPTIONS:Marts)
-.include "../../audio/arts/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-arts --disable-artstest
-.endif