diff options
-rw-r--r-- | mail/zmailer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile index ceebfed9eb6a..d3c847bfb5c3 100644 --- a/mail/zmailer/Makefile +++ b/mail/zmailer/Makefile @@ -26,6 +26,10 @@ CONFIGURE_ARGS= --without-openssl .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + CONFIGURE_ARGS+= --prefix=${PREFIX}/ \ --with-bundled-libresolv \ --with-mailbin=${PREFIX}/sbin \ |