1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Mark BROKEN on 9.x: does not patch

This commit is contained in:
Erwin Lansing 2010-04-18 20:27:03 +00:00
parent 245920fae5
commit 7ab6bcc7e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252883

View File

@ -28,4 +28,10 @@ post-install:
${MKDIR} ${PREFIX}/include/ProjectionLib
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ProjectionLib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not patch
.endif
.include <bsd.port.post.mk>