aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipa_ip6fw
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-17 22:29:09 +0800
committerPav Lucistnik <pav@FreeBSD.org>2007-12-17 22:29:09 +0800
commit2e3ed2030047d892412d4516ac6c2beda450ac6c (patch)
tree2926bea688ef02330c89221fa24fe06d455a2a4c /net/ipa_ip6fw
parent5bffa766318e485c6d3b73216b372951d2d78a0b (diff)
downloadfreebsd-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/Makefile4
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}