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

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2009-01-08 17:35:18 +00:00
parent 3e1db7071f
commit 79e5899e87

View file

@ -27,4 +27,10 @@ do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/freevrrpd.sh.sample ${PREFIX}/etc/rc.d
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800059
BROKEN= does not build
.endif
.include <bsd.port.post.mk>