pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share conditionally set MPLAYER_DIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad8722d5c092
branches:  trunk
changeset: 475468:ad8722d5c092
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 08:46:43 2004 +0000

description:
conditionally set MPLAYER_DISABLE_DRIVERS for Solaris, don't override
it.

diffstat:

 multimedia/mplayer-share/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f35df34355d5 -r ad8722d5c092 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Sun May 16 08:10:41 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Sun May 16 08:46:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/05/14 09:22:35 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/05/16 08:46:43 grant Exp $
 #
 
 MPLAYER_DIST_VERSION=  1.0pre4
@@ -77,7 +77,7 @@
 
 # arts is currently broken on Solaris.
 .if ${OPSYS} == "SunOS"
-MPLAYER_DISABLE_DRIVERS=       arts
+MPLAYER_DISABLE_DRIVERS?=      arts
 .endif
 
 .if defined(PKGNAME) && !empty(PKGNAME:M*encoder*)



Home | Main Index | Thread Index | Old Index