1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net-mgmt/ipv6calc: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2023-05-27 12:07:42 +08:00
parent 7d9aa451f3
commit 39066bd1dc
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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