diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-15 20:02:34 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-15 20:02:34 +0000 |
commit | 0f2ff67431d710b23d4e99cc365edaa8d1469a45 (patch) | |
tree | a8d789c1689d3fe7bdd14a5844ee4a3de0857d06 /mail/libesmtp/Makefile | |
parent | 8342bdd6ade34860582ab74e93f9131bfecae4cd (diff) | |
download | ports-0f2ff67431d710b23d4e99cc365edaa8d1469a45.tar.gz ports-0f2ff67431d710b23d4e99cc365edaa8d1469a45.zip |
Notes
Diffstat (limited to 'mail/libesmtp/Makefile')
-rw-r--r-- | mail/libesmtp/Makefile | 6 |
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) |