diff options
author | grant <grant@pkgsrc.org> | 2004-07-16 14:40:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-16 14:40:22 +0000 |
commit | 330662f6096730fe5bd5d1fc8f93898342f24781 (patch) | |
tree | 13fdada0faa12e1ff69fc2450cd68e669ad50f2b /multimedia | |
parent | 637339ad562c18e9e8cabdb063f5c6db9bc2756a (diff) | |
download | pkgsrc-330662f6096730fe5bd5d1fc8f93898342f24781.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.common | 4 |
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*) |