summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-19 21:06:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-19 21:06:29 +0000
commit9a6cf21a26d70e91951c25261a7f6a1fcf6c3da6 (patch)
tree385cccb76445bcbcaa133208e4d3c58db4dfd7c5 /net
parentupdate to 0.7.0 (diff)
- Mark BROKEN on amd64: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=207601
Diffstat (limited to 'net')
-rw-r--r--net/relayd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile
index d281d6b73d9c..fc8fd525b878 100644
--- a/net/relayd/Makefile
+++ b/net/relayd/Makefile
@@ -52,6 +52,10 @@ do-install:
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
.if ${OSVERSION} < 502106
IGNORE= is of no use for you because your system is too old and doesn't have pf
.endif