diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 11:08:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 11:08:44 +0000 |
commit | e13f00eca1f51702adb78801c20a44e6c3c654f5 (patch) | |
tree | c11dcd403b15ec2193f9780ff09ea6f79b6d7858 /lang/mozart | |
parent | - Update MASTER_SITES (diff) |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Notes
Notes:
svn path=/head/; revision=271083
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 8 |
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 |