summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-16 08:46:43 +0000
committergrant <grant@pkgsrc.org>2004-05-16 08:46:43 +0000
commit0c9aad5f7d1f381e967057293a3470e020972f2d (patch)
tree668139d4968e7aa357b3ed18a946f46d8b947f45 /multimedia
parentb68228a4e59096d43f22038553ca5998a48fc50f (diff)
downloadpkgsrc-0c9aad5f7d1f381e967057293a3470e020972f2d.tar.gz
conditionally set MPLAYER_DISABLE_DRIVERS for Solaris, don't override
it.
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 f0227ad71ab..aa8bd251401 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -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 @@ 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*)