diff options
Diffstat (limited to 'mail/enma/Makefile')
-rw-r--r-- | mail/enma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 9fa659ab90af..343fc427462d 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -51,7 +51,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/postfix/smtpd:mail/postfix .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 |