aboutsummaryrefslogtreecommitdiff
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
parent4a8bce871038df52ea3f81bc91dbc5e359e017b5 (diff)
Notes
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>