aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-06-25 06:08:49 +0800
committermezz <mezz@FreeBSD.org>2006-06-25 06:08:49 +0800
commite33a604cedb5b4faf4cb90b0ad4ce0f8b4397fb6 (patch)
tree78b8096586ef903f40b433eea52e4ff4aec053cf /multimedia
parentc44b077a62bea22104b2ab24f2af4e193bf6a48c (diff)
downloadfreebsd-ports-gnome-e33a604cedb5b4faf4cb90b0ad4ce0f8b4397fb6.tar.gz
freebsd-ports-gnome-e33a604cedb5b4faf4cb90b0ad4ce0f8b4397fb6.tar.zst
freebsd-ports-gnome-e33a604cedb5b4faf4cb90b0ad4ce0f8b4397fb6.zip
Doesn't build on FreeBSD 4.x, mark it as BROKEN.
Diffstat (limited to 'multimedia')
-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