aboutsummaryrefslogtreecommitdiff
path: root/mail/libesmtp/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-15 20:02:34 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-15 20:02:34 +0000
commit0f2ff67431d710b23d4e99cc365edaa8d1469a45 (patch)
treea8d789c1689d3fe7bdd14a5844ee4a3de0857d06 /mail/libesmtp/Makefile
parent8342bdd6ade34860582ab74e93f9131bfecae4cd (diff)
downloadports-0f2ff67431d710b23d4e99cc365edaa8d1469a45.tar.gz
ports-0f2ff67431d710b23d4e99cc365edaa8d1469a45.zip
Notes
Diffstat (limited to 'mail/libesmtp/Makefile')
-rw-r--r--mail/libesmtp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index 7d3521e7cc5a..4d77e4c6a841 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libesmtp
-PORTVERSION= 0.8.3
+PORTVERSION= 0.8.4
CATEGORIES= mail
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://www.theochem.kth.se/~pawsa/balsa/ \
@@ -24,8 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-# the following is required for Balsa-1.1.7
-CONFIGURE_ARGS= --enable-require-all-recipients
+# require-all-recipients is required for Balsa-1.1.7
+CONFIGURE_ARGS= --enable-require-all-recipients --enable-starttls
post-install:
.ifndef(NOPORTDOCS)