pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/xmp
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 27 13:47:30 UTC 2017
Modified Files:
pkgsrc/audio/xmp: options.mk
Log Message:
xmp: remove default-off arts option
arts was removed from pkgsrc
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/xmp/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/audio/xmp/options.mk
diff -u pkgsrc/audio/xmp/options.mk:1.4 pkgsrc/audio/xmp/options.mk:1.5
--- pkgsrc/audio/xmp/options.mk:1.4 Mon Feb 24 20:41:17 2014
+++ pkgsrc/audio/xmp/options.mk Wed Sep 27 13:47:30 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index