diff options
-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) |