aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipv6calc/Makefile')
-rw-r--r--net-mgmt/ipv6calc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index f5cfe2d64bed..dccfcd5af307 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -22,7 +22,7 @@ SHEBANG_FILES= tools/*
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=deprecated-non-prototype
.endif