aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 04:07:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 04:07:42 +0000
commit39066bd1dc2982eaa574ff58e5cfbdc3a6a70151 (patch)
tree82bb57278909f6258db331e51e98c3721271280c
parent7d9aa451f3005b22642c8f8ad14a388e5a1aff65 (diff)
downloadports-39066bd1dc2982eaa574ff58e5cfbdc3a6a70151.tar.gz
ports-39066bd1dc2982eaa574ff58e5cfbdc3a6a70151.zip
net-mgmt/ipv6calc: Cosmetic change
-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 dccfcd5af307..0f603565f941 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 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400079)
CFLAGS+= -Wno-error=deprecated-non-prototype
.endif