aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew/he2
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-22 10:09:07 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-22 10:09:07 +0800
commit433db840b58a5d0d4faebf86781a205917a0f0da (patch)
tree4bfe8ffec0467600e7363b14f89dfdb7f1590eaa /hebrew/he2
parentb56c509b4c5d0c63b3d6d439c6e011ca7cb29d15 (diff)
downloadfreebsd-ports-graphics-433db840b58a5d0d4faebf86781a205917a0f0da.tar.gz
freebsd-ports-graphics-433db840b58a5d0d4faebf86781a205917a0f0da.tar.zst
freebsd-ports-graphics-433db840b58a5d0d4faebf86781a205917a0f0da.zip
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.
Diffstat (limited to 'hebrew/he2')
-rw-r--r--hebrew/he2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile
index b8bfd9211b9..18e5c27439e 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 <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>