1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Mark BROKEN on HEAD: does not build.

This commit is contained in:
Erwin Lansing 2010-12-11 08:19:58 +00:00
parent 7aa9217f87
commit 2cea147a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266033

View File

@ -21,4 +21,10 @@ PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP}
pre-configure:
@(cd ${WRKDIR}/${DISTNAME}; ./setup FreeBSD)
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>