1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- mark BROKEN on 9-CURRENT

This commit is contained in:
Dirk Meyer 2011-03-14 05:45:08 +00:00
parent 46b2f457ac
commit fb362193c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270842

View File

@ -25,4 +25,10 @@ post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007
BROKEN= needed API not availible
.endif
.include <bsd.port.post.mk>