summaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-06-24 22:08:49 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-06-24 22:08:49 +0000
commit05ece93d753a28d30748c9deb43d14618ecc936c (patch)
tree9b5db9d33c0c58c45282793c19fcec0700f8b557 /multimedia/vlc
parentAdd two patches to avoid crash for amd64. (diff)
Doesn't build on FreeBSD 4.x, mark it as BROKEN.
Notes
Notes: svn path=/head/; revision=166245
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 6ae1e44588cc..19b031564d14 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -68,6 +68,10 @@ CPPFLAGS+= -I${X11BASE}/include/wx-2.6/
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500035
+BROKEN= does not build on FreeBSD 4.x
+.endif
+
.if ${PERL_LEVEL} < 500800
BROKEN= does not compile with perl ${PERL_VERSION}
.endif