From b3faf157647268c1a3803a777cb426561718d21d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 22 Dec 2003 02:09:07 +0000 Subject: Mark as broken on recent versions of 5.x due to the gcc3.3 import. In this case, it is due to some kind of error in the preprocessor. Notified maintainer. --- hebrew/he2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hebrew') diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index b8bfd9211b93..18e5c27439ea 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -19,7 +19,13 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts USE_GMAKE= yes GNU_CONFIGURE= yes +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3