1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225505

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>