diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-17 22:29:09 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-17 22:29:09 +0800 |
commit | 2e3ed2030047d892412d4516ac6c2beda450ac6c (patch) | |
tree | 2926bea688ef02330c89221fa24fe06d455a2a4c /net/ipa_ip6fw | |
parent | 5bffa766318e485c6d3b73216b372951d2d78a0b (diff) | |
download | freebsd-ports-gnome-2e3ed2030047d892412d4516ac6c2beda450ac6c.tar.gz freebsd-ports-gnome-2e3ed2030047d892412d4516ac6c2beda450ac6c.tar.zst freebsd-ports-gnome-2e3ed2030047d892412d4516ac6c2beda450ac6c.zip |
- Mark IGNORE on FreeBSD >= 700017
PR: ports/118489
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
Diffstat (limited to 'net/ipa_ip6fw')
-rw-r--r-- | net/ipa_ip6fw/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile index db0685a6d630..bd8b03e0e727 100644 --- a/net/ipa_ip6fw/Makefile +++ b/net/ipa_ip6fw/Makefile @@ -23,6 +23,10 @@ OPTIONS= PTHREAD "Build pthread safe module" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700017 +IGNORE= not supported on your system, as it does not have IPv6 ipfw firewall +.endif + .if defined(WITH_PTHREAD) MAKE_ENV+= WITH_PTHREAD=yes CFLAGS+= ${PTHREAD_CFLAGS} |