diff options
author | pav <pav@FreeBSD.org> | 2007-12-17 22:29:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-17 22:29:09 +0800 |
commit | 22aa2693e18e992c1c999768f5e0adf97756c361 (patch) | |
tree | b55539e69d0308c5835bfd58ec1d1f55210106eb /net | |
parent | 08c23a9b8757989fd9ed27593f62ab8fe15bcc74 (diff) | |
download | freebsd-ports-gnome-22aa2693e18e992c1c999768f5e0adf97756c361.tar.gz freebsd-ports-gnome-22aa2693e18e992c1c999768f5e0adf97756c361.tar.zst freebsd-ports-gnome-22aa2693e18e992c1c999768f5e0adf97756c361.zip |
- 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} |