diff options
author | grant <grant@pkgsrc.org> | 2004-05-16 08:46:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-16 08:46:43 +0000 |
commit | 0c9aad5f7d1f381e967057293a3470e020972f2d (patch) | |
tree | 668139d4968e7aa357b3ed18a946f46d8b947f45 /multimedia | |
parent | b68228a4e59096d43f22038553ca5998a48fc50f (diff) | |
download | pkgsrc-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.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*) |