pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL SDL: remove default-off arts option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0717a73187d2
branches:  trunk
changeset: 369164:0717a73187d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 13:49:38 2017 +0000

description:
SDL: remove default-off arts option

arts was removed from pkgsrc

diffstat:

 devel/SDL/options.mk |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (27 lines):

diff -r f6cce05be05e -r 0717a73187d2 devel/SDL/options.mk
--- a/devel/SDL/options.mk      Wed Sep 27 13:47:30 2017 +0000
+++ b/devel/SDL/options.mk      Wed Sep 27 13:49:38 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2012/10/28 23:40:24 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2017/09/27 13:49:38 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.SDL
-PKG_SUPPORTED_OPTIONS= aalib arts esound nas pulseaudio
+PKG_SUPPORTED_OPTIONS= aalib esound nas pulseaudio
 PKG_SUGGESTED_OPTIONS= esound nas pulseaudio
 
 .include "../../mk/bsd.options.mk"
@@ -11,13 +11,6 @@
 .include "../../graphics/aalib/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Marts)
-CONFIGURE_ARGS+=       --enable-arts
-.include "../../audio/arts/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-arts
-.endif
-
 .if !empty(PKG_OPTIONS:Mesound)
 CONFIGURE_ARGS+=       --enable-esd
 .include "../../audio/esound/buildlink3.mk"



Home | Main Index | Thread Index | Old Index