diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-19 21:06:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-19 21:06:29 +0000 |
commit | 9a6cf21a26d70e91951c25261a7f6a1fcf6c3da6 (patch) | |
tree | 385cccb76445bcbcaa133208e4d3c58db4dfd7c5 /net/relayd | |
parent | 1f4dc4f4b91c393e27c1c024d7f4f196871e3124 (diff) | |
download | ports-9a6cf21a26d70e91951c25261a7f6a1fcf6c3da6.tar.gz ports-9a6cf21a26d70e91951c25261a7f6a1fcf6c3da6.zip |
Notes
Diffstat (limited to 'net/relayd')
-rw-r--r-- | net/relayd/Makefile | 4 |
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 |