diff options
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} |