Mark BROKEN: does not build after the arp-v2 import.

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2009-01-08 18:05:10 +00:00
parent da5c848a0c
commit 403e6c36a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225512

View file

@ -46,4 +46,10 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800059
BROKEN= does not build
.endif
.include <bsd.port.post.mk>