aboutsummaryrefslogtreecommitdiff
path: root/lang/libobjc2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-17 22:20:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-17 22:20:58 +0000
commiteb1f09c2731e556693c7ceeafb3b5194f4daa478 (patch)
treef358f341dccda488a496a40c0ad5987adbdb8373 /lang/libobjc2
parentfbbadb62630971f2e8ecbb1c6aa80b3ec979ceb0 (diff)
downloadports-eb1f09c2731e556693c7ceeafb3b5194f4daa478.tar.gz
ports-eb1f09c2731e556693c7ceeafb3b5194f4daa478.zip
- Mark BROKEN on 9.X: does not compile
cc: NSBlocks.m: Objective-C compiler not installed on this system Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=274241
Diffstat (limited to 'lang/libobjc2')
-rw-r--r--lang/libobjc2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile
index 439a4f1fca68..983a61c8768e 100644
--- a/lang/libobjc2/Makefile
+++ b/lang/libobjc2/Makefile
@@ -34,8 +34,8 @@ MAKE_ARGS+= -DWITH_NSOBJECT_ROOT
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.X
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on 9.X
.endif
.if (${ARCH} == i386) || (${ARCH} == i486)