summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgrant <grant>2003-10-18 11:51:09 +0000
committergrant <grant>2003-10-18 11:51:09 +0000
commit01c06b8a1f9608cdf92fd4a1cb2738d11fff8fdc (patch)
tree3b085f1c909085a15786b98e5ddc04eb613d03bc /graphics
parent0a7c1685007983b0ac8faf56f482d45f81024d86 (diff)
downloadpkgsrc-01c06b8a1f9608cdf92fd4a1cb2738d11fff8fdc.tar.gz
disable arts on Solaris, as it is currently broken
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mplayer-share/Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common
index f64389af53c..9596f3f02a6 100644
--- a/graphics/mplayer-share/Makefile.common
+++ b/graphics/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2003/09/26 12:04:46 salo Exp $
+# $NetBSD: Makefile.common,v 1.41 2003/10/18 11:51:09 grant Exp $
#
MPLAYER_DIST_VERSION= 1.0pre1
@@ -71,6 +71,11 @@ MPLAYER_DRIVERS= arts audio/arts \
nas audio/nas \
sdl devel/SDL
+# arts is currently broken on Solaris.
+.if ${OPSYS} == "SunOS"
+MPLAYER_DISABLE_DRIVERS= arts
+.endif
+
.if defined(PKGNAME) && !empty(PKGNAME:M*encoder*)
MPLAYER_DISABLE_DRIVERS=arts esd nas sdl
.else