diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-20 10:37:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-20 10:37:46 +0000 |
commit | 05a9694307278929e13bd6fad5db6c4230d8a7d1 (patch) | |
tree | 25b6163aeae8bb9179fa79d71ec072ce64fa9ad0 /mail/zmailer | |
parent | 423f9cc9611618988a04b41a0652a37def07cbd5 (diff) |
Notes
Diffstat (limited to 'mail/zmailer')
-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 \ |