diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-21 19:21:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-21 19:21:36 +0000 |
commit | 0f99b1818d6bd2d5d06c0e610e709e3fbe63ceff (patch) | |
tree | d55b4e0683a36c8b3f854550a0af696fe2dbdc5b /lang/gnustep-libobjc | |
parent | b447cae3c558db75b2ea68f87070bb0e0b25b01e (diff) |
- mark IGNORE on FreeBSD 9-CURRENT
Notes
Notes:
svn path=/head/; revision=273002
Diffstat (limited to 'lang/gnustep-libobjc')
-rw-r--r-- | lang/gnustep-libobjc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gnustep-libobjc/Makefile b/lang/gnustep-libobjc/Makefile index b6bcae462dd0..fc4eca216db0 100644 --- a/lang/gnustep-libobjc/Makefile +++ b/lang/gnustep-libobjc/Makefile @@ -30,4 +30,10 @@ post-patch: ${REINPLACE_CMD} -e 's|libobjc_VERSION = 4|libobjc_VERSION = ${DEFAULT_LIBVERSION}|' \ ${WRKSRC}/GNUmakefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900036 +IGNORE= needs an objective C compiler +.endif + +.include <bsd.port.post.mk> |