aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-19 06:38:57 +0800
committerkris <kris@FreeBSD.org>2004-11-19 06:38:57 +0800
commite766f6f9198df62c9e32471f215babbc748d4e09 (patch)
tree444d9670d22626f97d935be330aa765976a87c19 /lang
parentba4b625b25a59202be447f9f4fb6ad48f1ef67a3 (diff)
downloadfreebsd-ports-gnome-e766f6f9198df62c9e32471f215babbc748d4e09.tar.gz
freebsd-ports-gnome-e766f6f9198df62c9e32471f215babbc748d4e09.tar.zst
freebsd-ports-gnome-e766f6f9198df62c9e32471f215babbc748d4e09.zip
BROKEN on 6.x: Does not compile
Diffstat (limited to 'lang')
-rw-r--r--lang/rexx-imc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile
index a4339fef0289..3d0de86392a6 100644
--- a/lang/rexx-imc/Makefile
+++ b/lang/rexx-imc/Makefile
@@ -36,6 +36,12 @@ DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech
RMEFILES= README README.Y2K README.bugreport README.docs \
README.files README.make README.news README.platforms
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not compile on FreeBSD >= 6.x"
+.endif
+
post-patch:
# CFLAGS safeness for ARCHs other than i386
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make
@@ -71,4 +77,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>