summaryrefslogtreecommitdiff
path: root/lang/Sather
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 02:35:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 02:35:53 +0000
commitb4d0b5cbc89ff0fa756903eba403094849743c86 (patch)
tree6d747bbca2e92a13c6f6ba69c6457bfc5e4e3bc4 /lang/Sather
parentUpdate to the latest version from RTEMS, gcc-3.2.3 with newlib-1.11.0 (diff)
Mark broken on 5.x per the usual gcc3.3 reasons.
Notes
Notes: svn path=/head/; revision=92507
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 550eb9bf1421..0fa49c9bec64 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -16,6 +16,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Sather compiler
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \
tk83.1:${PORTSDIR}/x11-toolkits/tk83
@@ -97,4 +103,4 @@ do-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>