1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Mark as BROKEN on >= 700000: Configure needs updating

Noticed by: cluster
This commit is contained in:
Volker Stolz 2005-07-21 08:48:59 +00:00
parent 8eb060fe5c
commit 84340f7995
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139799

View File

@ -41,4 +41,8 @@ do-configure:
BROKEN= "Build fails on alpha"
.endif
.if ${OSVERSION} >= 700000
BROKEN= "Configure needs updating"
.endif
.include <bsd.port.post.mk>