summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant>2004-07-16 14:40:22 +0000
committergrant <grant>2004-07-16 14:40:22 +0000
commitcfcd8a132117ee3f98c11e725c93ad8ae1c2e782 (patch)
tree13fdada0faa12e1ff69fc2450cd68e669ad50f2b /multimedia
parent812dc20beccf2f97b9dbc0642ba5c59217059d36 (diff)
downloadpkgsrc-cfcd8a132117ee3f98c11e725c93ad8ae1c2e782.tar.gz
fix ?= typo: we want to add arts to MPLAYER_DISABLE_DRIVERS on Solaris.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer-share/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common
index 5016b1b22a3..9eaebad614b 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -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 @@ MPLAYER_DRIVERS= arts audio/arts arts \
# 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*)