diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 10:35:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 10:35:53 +0800 |
commit | 8f529e1a666a263601c1d6119cce03d59a5c19ce (patch) | |
tree | 6b5e6799fa04a701479e4b1053d121e3b4142498 /lang | |
parent | 44a958f62ae0a8e9974204a81da6144008e3f348 (diff) | |
download | freebsd-ports-gnome-8f529e1a666a263601c1d6119cce03d59a5c19ce.tar.gz freebsd-ports-gnome-8f529e1a666a263601c1d6119cce03d59a5c19ce.tar.zst freebsd-ports-gnome-8f529e1a666a263601c1d6119cce03d59a5c19ce.zip |
Mark broken on 5.x per the usual gcc3.3 reasons.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/Makefile | 8 |
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> |