summaryrefslogtreecommitdiff
path: root/net-mgmt/arpalert
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-03 20:38:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-03 20:38:21 +0000
commita9f251b1f763a22b08405477f30f51a7b725b87e (patch)
tree1b9ba05b637dc1570b2fab12e100f5b4ccfd3516 /net-mgmt/arpalert
parent- Fix build (diff)
- Mark BROKEN on amd64: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=206676
Diffstat (limited to 'net-mgmt/arpalert')
-rw-r--r--net-mgmt/arpalert/Makefile8
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>