pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/esound



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 13:45:53 UTC 2017

Modified Files:
        pkgsrc/audio/esound: options.mk

Log Message:
esound: remove default-off arts option

arts was removed from pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/esound/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/esound/options.mk
diff -u pkgsrc/audio/esound/options.mk:1.3 pkgsrc/audio/esound/options.mk:1.4
--- pkgsrc/audio/esound/options.mk:1.3  Sat Sep  8 18:58:43 2012
+++ pkgsrc/audio/esound/options.mk      Wed Sep 27 13:45:53 2017
@@ -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



Home | Main Index | Thread Index | Old Index