aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-07 23:19:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-07 23:19:37 +0000
commit098b614ba42982b2ebe14202342c570bac1fe4cf (patch)
tree570ec56ad548a1759f83c5ade950a71476f851aa /multimedia
parent52f9d812c4c4c0e7d395737d3f1b69a743f183d8 (diff)
downloadports-098b614ba42982b2ebe14202342c570bac1fe4cf.tar.gz
ports-098b614ba42982b2ebe14202342c570bac1fe4cf.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 846857f891d6..adbd5d06709f 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -233,6 +233,10 @@ TOOLFILES= calcbpp.pl countquant.pl \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
.if exists(${LOCALBASE}/lib/libartsc.so.0)
WITH_ARTS= yes
.endif