aboutsummaryrefslogtreecommitdiff
path: root/mail/zmailer
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-03 19:02:13 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-03 19:02:13 +0000
commita9d07d526b1650caa63eecb968f0a275298ac4d5 (patch)
treeac28584316ebf45dd687783c8702e867a518cef8 /mail/zmailer
parentfe465cf05e9ca7097d52e8de6c174f7a68944797 (diff)
downloadports-a9d07d526b1650caa63eecb968f0a275298ac4d5.tar.gz
ports-a9d07d526b1650caa63eecb968f0a275298ac4d5.zip
Notes
Diffstat (limited to 'mail/zmailer')
-rw-r--r--mail/zmailer/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile
index c4cf30532cea..c7926265b7e7 100644
--- a/mail/zmailer/Makefile
+++ b/mail/zmailer/Makefile
@@ -27,13 +27,17 @@ CONFIGURE_ARGS= --without-openssl
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= "This port requires perl 5.006 or better"
+IGNORE= requires perl 5.006 or better
.endif
.if ${OSVERSION} >= 500000
EXTRA_PATCHES= ${FILESDIR}/extra-patch-EAI_NODATA
.endif
+.if ${OSVERSION} >= 700019
+BROKEN= does not compile with OpenSSL 0.9.8b
+.endif
+
CONFIGURE_ARGS+=--prefix=${PREFIX}/ \
--with-mailbin=${PREFIX}/sbin \
--with-mailbox=/var/mail \