summaryrefslogtreecommitdiff
path: root/lang/mozart
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mozart')
-rw-r--r--lang/mozart/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index 9a9b66164718..ce4b6982d51d 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -23,6 +23,10 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
gmp.10:${PORTSDIR}/math/gmp \
tk84.1:${PORTSDIR}/x11-toolkits/tk84
+BROKEN= Does not compile with GCC 4.2
+DEPRECATED= does not compile on FreeBSD 7.x or newer
+EXPIRATION_DATE=2011-04-17
+
MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz
SCRIPTS_ENV= LN=${LN} PERL=${PERL}
@@ -47,10 +51,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif