1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- mark IGNORE on FreeBSD 9-CURRENT

This commit is contained in:
Dirk Meyer 2011-04-21 19:21:36 +00:00
parent b447cae3c5
commit 0f99b1818d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273002

View File

@ -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>