diff options
author | pav <pav@FreeBSD.org> | 2008-02-04 04:38:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-02-04 04:38:21 +0800 |
commit | 5ee9558a333feee92bd65fbe5e1502d4db5ab489 (patch) | |
tree | c9abf266730b91f305a050a0f2983b5b0133cf29 /net-mgmt | |
parent | 24f13b43bb1aba968f56bc0670ae175ed1b2755f (diff) | |
download | freebsd-ports-gnome-5ee9558a333feee92bd65fbe5e1502d4db5ab489.tar.gz freebsd-ports-gnome-5ee9558a333feee92bd65fbe5e1502d4db5ab489.tar.zst freebsd-ports-gnome-5ee9558a333feee92bd65fbe5e1502d4db5ab489.zip |
- Mark BROKEN on amd64: does not compile
Reported by: pointyhat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpalert/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile index 532640f5091c..acaad7f5af74 100644 --- a/net-mgmt/arpalert/Makefile +++ b/net-mgmt/arpalert/Makefile @@ -21,4 +21,10 @@ CFLAGS+= -fPIC MAN8= arpalert.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |