pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/esound esound: remove default-off arts option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a4070196ac0
branches:  trunk
changeset: 369160:1a4070196ac0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 13:45:53 2017 +0000

description:
esound: remove default-off arts option

arts was removed from pkgsrc

diffstat:

 audio/esound/options.mk |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r dc148b307d7f -r 1a4070196ac0 audio/esound/options.mk
--- a/audio/esound/options.mk   Wed Sep 27 13:37:28 2017 +0000
+++ b/audio/esound/options.mk   Wed Sep 27 13:45:53 2017 +0000
@@ -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 @@
 .else
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif
-
-.if !empty(PKG_OPTIONS:Marts)
-.include "../../audio/arts/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-arts --disable-artstest
-.endif



Home | Main Index | Thread Index | Old Index