diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-17 14:29:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-17 14:29:09 +0000 |
commit | 2e3ed2030047d892412d4516ac6c2beda450ac6c (patch) | |
tree | 2926bea688ef02330c89221fa24fe06d455a2a4c /net | |
parent | Add databases/p5-Cache-Memcached-Fast, a fast Perl client for (diff) |
- Mark IGNORE on FreeBSD >= 700017
PR: ports/118489
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
Diffstat (limited to 'net')
-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} |