diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-24 18:34:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-24 18:34:16 +0000 |
commit | 37f54e0f66813dcddb3659fd7810198377792a1e (patch) | |
tree | 14d88ff45e3710ccf80308fb8ce1a086cd5f11ae /mail/balsa | |
parent | 04ad7b544504ae333b1f3574897902b386bde4b4 (diff) |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 17ce1d738363..6bca9bbfdeeb 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -4,7 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ @@ -46,9 +46,8 @@ GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support GPG_CONFIGURE_WITH= gpgme GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme -LDAP_USE= OPENLDAP=yes +LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap -LDAP_LIB_DEPENDS= libldap.so:${PORTSDIR}/net/openldap24-client GTKSPELL_CONFIGURE_WITH= gtkspell GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 GTKSV_USE= GNOME=gtksourceview3 |