diff options
-rw-r--r-- | lang/gnustep-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 9432af5674d8..dae8c8fb996c 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -62,7 +62,7 @@ EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900036 -GNUSTEP_WITH_LIBOBJC2= yes +IGNORE= needs an objective C compiler .endif .if defined(GNUSTEP_WITH_LIBOBJC2) |