diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-20 10:37:46 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-20 10:37:46 +0000 |
commit | 9069e664f839f4635776aa1216a6a546e6ccd92b (patch) | |
tree | 6d412a42dbf0d4ac127d188749d5f713568edd4a | |
parent | 6ca9d235a09d0711304e0c50f942f1e274ebf6e6 (diff) | |
download | FreeBSD-ports-9069e664f839f4635776aa1216a6a546e6ccd92b.zip FreeBSD-ports-9069e664f839f4635776aa1216a6a546e6ccd92b.tar.gz |
Mark as broken with gcc3.3 (compile problems). Notified maintainer.
-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 ceebfed..d3c847b 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 \ |