diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-21 19:37:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-21 19:37:41 +0000 |
commit | b5203c170a57aca03568c70b9658f0ec41b12d09 (patch) | |
tree | 6b00c4aecbecb235fbdec87c8e54d03c76722229 /lang | |
parent | - mark IGNORE on FreeBSD 9-CURRENT (diff) |
- mark IGNORE on FreeBSD 9-CURRENT
Notes
Notes:
svn path=/head/; revision=273003
Diffstat (limited to 'lang')
-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) |