diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-03 20:38:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-03 20:38:21 +0000 |
commit | a9f251b1f763a22b08405477f30f51a7b725b87e (patch) | |
tree | 1b9ba05b637dc1570b2fab12e100f5b4ccfd3516 /net-mgmt | |
parent | 14767221d6cb860e8c1ce4259c01ace598c97d27 (diff) |
Notes
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> |