aboutsummaryrefslogtreecommitdiff
path: root/mail/hbiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/hbiff/Makefile')
-rw-r--r--mail/hbiff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/hbiff/Makefile b/mail/hbiff/Makefile
index b8151ac8d443..89bf325cdbe1 100644
--- a/mail/hbiff/Makefile
+++ b/mail/hbiff/Makefile
@@ -18,7 +18,7 @@ PLIST_FILES= bin/hbiff man/man1/hbiff.1.gz
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif