diff options
author | araujo <araujo@FreeBSD.org> | 2008-01-19 09:29:08 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-01-19 09:29:08 +0800 |
commit | b27a6ca3f30230d4d9a91dbd3cb1828fcd39a11c (patch) | |
tree | 0366e481e79f9f692cd43b1ea8749ba937574bd4 /net | |
parent | d941e6fe667c9ff3344e36622a3b0f2a905181b7 (diff) | |
download | freebsd-ports-gnome-b27a6ca3f30230d4d9a91dbd3cb1828fcd39a11c.tar.gz freebsd-ports-gnome-b27a6ca3f30230d4d9a91dbd3cb1828fcd39a11c.tar.zst freebsd-ports-gnome-b27a6ca3f30230d4d9a91dbd3cb1828fcd39a11c.zip |
- Mark BROKEN on amd64: does not compile.
Reported by: pointyhat via pav
Approved by: stas (mentor, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-ARP/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile index 1517b65b2d60..7a0e213e86dc 100644 --- a/net/p5-Net-ARP/Makefile +++ b/net/p5-Net-ARP/Makefile @@ -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> |