diff options
author | grant <grant> | 2004-05-16 08:46:43 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-16 08:46:43 +0000 |
commit | 9e961d60796b051818d2f95e1ca1b79cd9144395 (patch) | |
tree | 668139d4968e7aa357b3ed18a946f46d8b947f45 /multimedia/mplayer-share | |
parent | ee38a13950c52a0d03bfe0824d0192d230b46b20 (diff) | |
download | pkgsrc-9e961d60796b051818d2f95e1ca1b79cd9144395.tar.gz |
conditionally set MPLAYER_DISABLE_DRIVERS for Solaris, don't override
it.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 4 |
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*) |