aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 09:23:11 +0800
committerkris <kris@FreeBSD.org>2004-09-19 09:23:11 +0800
commit80c13eedf5f44bbf732c80bfd56acfc8b274973c (patch)
tree162688a16c8e2cdf8c0f67557ca5b9db0854fb96 /lang
parent2dace28c9df0cbe7379c8ecf703e258f028acc62 (diff)
downloadfreebsd-ports-gnome-80c13eedf5f44bbf732c80bfd56acfc8b274973c.tar.gz
freebsd-ports-gnome-80c13eedf5f44bbf732c80bfd56acfc8b274973c.tar.zst
freebsd-ports-gnome-80c13eedf5f44bbf732c80bfd56acfc8b274973c.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r--lang/mozart/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index ed6e72178e9a..a280acb66a9c 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -45,6 +45,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz --disable-doc \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif