diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-27 10:03:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-27 10:03:13 +0000 |
commit | 3d2aefeb7330960b94cbe3e4f8c69234051b8705 (patch) | |
tree | e4160524e758a29859d03ce7e04df856b508f8b1 /lang/rexx-imc | |
parent | eeceeab26e94f737c179bb68fb26af87620a33cf (diff) |
Mark BROKEN on 9.x: does not build.
Notes
Notes:
svn path=/head/; revision=246752
Diffstat (limited to 'lang/rexx-imc')
-rw-r--r-- | lang/rexx-imc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index eabdd324985d..007fc67734ae 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -36,6 +36,10 @@ RMEFILES= README README.Y2K README.bugreport README.docs \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + post-patch: # CFLAGS safeness for ARCHs other than i386 @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make |