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

- Mark BROKEN on amd64: does not compile.

Reported by:	pointyhat via pav
Approved by:	stas (mentor, implicit)
This commit is contained in:
Marcelo Araujo 2008-01-19 01:29:08 +00:00
parent c8479161d3
commit c1f17a7e99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205817

View File

@ -22,4 +22,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Net::ARP.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile on amd64
.endif
.include <bsd.port.post.mk>