pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share fix ?= typo: we want to add a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/381df95b2ca9
branches: trunk
changeset: 478084:381df95b2ca9
user: grant <grant%pkgsrc.org@localhost>
date: Fri Jul 16 14:40:22 2004 +0000
description:
fix ?= typo: we want to add arts to MPLAYER_DISABLE_DRIVERS on Solaris.
diffstat:
multimedia/mplayer-share/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd2c4fe15032 -r 381df95b2ca9 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common Fri Jul 16 14:27:59 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.common Fri Jul 16 14:40:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/06/26 18:37:06 grant Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/07/16 14:40:22 grant Exp $
#
MPLAYER_DIST_VERSION= 1.0pre4
@@ -87,7 +87,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