pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/SDL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 13:49:38 UTC 2017

Modified Files:
        pkgsrc/devel/SDL: options.mk

Log Message:
SDL: remove default-off arts option

arts was removed from pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/SDL/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/SDL/options.mk
diff -u pkgsrc/devel/SDL/options.mk:1.6 pkgsrc/devel/SDL/options.mk:1.7
--- pkgsrc/devel/SDL/options.mk:1.6     Sun Oct 28 23:40:24 2012
+++ pkgsrc/devel/SDL/options.mk Wed Sep 27 13:49:38 2017
@@ -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 @@ CONFIGURE_ARGS+=     --enable-video-aalib
 .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