aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-imc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:38:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:38:57 +0000
commit64ba4d4c63522300162b24a9969111a65cc48c59 (patch)
tree58a74f68ea53a61d2745d11ea51e549886cc6344 /lang/rexx-imc
parent3771643a9e134b7fb3ce4fcf1326150d0038e6ac (diff)
downloadports-64ba4d4c63522300162b24a9969111a65cc48c59.tar.gz
ports-64ba4d4c63522300162b24a9969111a65cc48c59.zip
Notes
Diffstat (limited to 'lang/rexx-imc')
-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>