diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:23:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:23:11 +0800 |
commit | 80c13eedf5f44bbf732c80bfd56acfc8b274973c (patch) | |
tree | 162688a16c8e2cdf8c0f67557ca5b9db0854fb96 /lang | |
parent | 2dace28c9df0cbe7379c8ecf703e258f028acc62 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |