summaryrefslogtreecommitdiff
path: root/mail/sylpheed3/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-03-05 12:11:28 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-03-05 12:11:28 +0000
commit213e5dbb84705540043ef56eba683b923efa1235 (patch)
treea943ab815a7868758f65fc29106c1f4ae082d35b /mail/sylpheed3/Makefile
parentupdate to 1.0.3 (diff)
update to 1.9.4
Notes
Notes: svn path=/head/; revision=130405
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r--mail/sylpheed3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index 230a3cdeda5a..e4bdb93396ae 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed
-PORTVERSION= 1.9.3
+PORTVERSION= 1.9.4
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \
@@ -44,11 +44,11 @@ OPTIONS= GPGME "Enable GnuPG support using GPGME." off \
COMPFACE "Enable X-Face support." off \
JPILOT "Enable JPilot support." off \
LDAP "Enable LDAP support." off \
- SSL "Enable OpenSSL support." off
+ SSL "Enable OpenSSL support." on
.include <bsd.port.pre.mk>
-.if defined(WITH_SSL)
+.if !defined(WITHOUT_SSL)
# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+=--enable-ssl