diff options
author | pav <pav@FreeBSD.org> | 2011-05-18 06:20:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-18 06:20:58 +0800 |
commit | bf4f5c57d56ae967f44e52c36a936ed46e5c0716 (patch) | |
tree | bb1115623bb21e98d1e59e45bd6862448a472ddc /lang/libobjc2 | |
parent | c50b40f6624a7de5592bb67190977a01aa600d31 (diff) | |
download | freebsd-ports-gnome-bf4f5c57d56ae967f44e52c36a936ed46e5c0716.tar.gz freebsd-ports-gnome-bf4f5c57d56ae967f44e52c36a936ed46e5c0716.tar.zst freebsd-ports-gnome-bf4f5c57d56ae967f44e52c36a936ed46e5c0716.zip |
- Mark BROKEN on 9.X: does not compile
cc: NSBlocks.m: Objective-C compiler not installed on this system
Reported by: pointyhat
Diffstat (limited to 'lang/libobjc2')
-rw-r--r-- | lang/libobjc2/Makefile | 4 |
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) |