summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail/sylpheed2-devel/Makefile12
-rw-r--r--mail/sylpheed2-devel/distinfo5
2 files changed, 13 insertions, 4 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
index 1645dce70470..864289d1de8c 100644
--- a/mail/sylpheed2-devel/Makefile
+++ b/mail/sylpheed2-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed
-PORTVERSION= 2.1.6
+PORTVERSION= 2.1.7
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ \
@@ -41,7 +41,8 @@ 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." on
+ SSL "Enable OpenSSL support." on \
+ GTKSPELL "Enable Spell checking support" on
.include <bsd.port.pre.mk>
@@ -83,6 +84,13 @@ CONFIGURE_ARGS+=--enable-ldap
CONFIGURE_ARGS+=--disable-ldap
.endif
+.if defined(WITH_GTKSPELL)
+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
+CONFIGURE_ARGS+=--enable-gtkspell
+.else
+CONFIGURE_ARGS+=--disable-gtkspell
+.endif
+
.if defined(WITH_GNOME)
PLIST_FILES= share/gnome/applications/sylpheed.desktop \
share/gnome/pixmaps/sylpheed.png
diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo
index b5b21767be95..de0d67a12389 100644
--- a/mail/sylpheed2-devel/distinfo
+++ b/mail/sylpheed2-devel/distinfo
@@ -1,2 +1,3 @@
-MD5 (sylpheed-2.1.6.tar.bz2) = 13f07647f8e12a72209fe1c6a26e6691
-SIZE (sylpheed-2.1.6.tar.bz2) = 2387321
+MD5 (sylpheed-2.1.7.tar.bz2) = 3ba7be368659d4f22263759b2c3cb055
+SHA256 (sylpheed-2.1.7.tar.bz2) = 6d2fe2c936be91ca7afb21491ec218dbc6fa1a0f8b086aef117674427e14d36c
+SIZE (sylpheed-2.1.7.tar.bz2) = 2397271