diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-17 22:20:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-17 22:20:58 +0000 |
commit | eb1f09c2731e556693c7ceeafb3b5194f4daa478 (patch) | |
tree | f358f341dccda488a496a40c0ad5987adbdb8373 /lang/libobjc2 | |
parent | fbbadb62630971f2e8ecbb1c6aa80b3ec979ceb0 (diff) |
Notes
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) |