aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 20:33:50 +0800
committerkris <kris@FreeBSD.org>2004-03-18 20:33:50 +0800
commitb3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3 (patch)
tree78e73c6bf711305e870391488de1518ff4f307f0
parentd4eedafa00ef12917175e5d58c6b588a00772256 (diff)
downloadfreebsd-ports-gnome-b3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3.tar.gz
freebsd-ports-gnome-b3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3.tar.zst
freebsd-ports-gnome-b3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3.zip
BROKEN on 5.x: Does not compile
-rw-r--r--multimedia/libmatroska/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 59ee450fa4df..c73df26dbdb9 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -46,6 +46,10 @@ do-configure:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502105
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
# gcc 3.2 was available on 5.x before this OSVERSION
# do not build gcc 3.3 unless necessary
.if ${OSVERSION} < 501103