summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:13:52 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:13:52 +0000
commit41686d8d65860cf6fb6dea1f33dd38c1d24d32aa (patch)
tree2b2d6d9cb46cae848e523659d30b4ed8432a06f1 /mail/balsa
parent- Update to 0.8.4.20051102 (diff)
Chase gpgme update
Bump PORTREVISION Pointy hat to: lofi
Notes
Notes: svn path=/head/; revision=147410
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index e0a3f065923c..f1ef43fed6f7 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -8,7 +8,7 @@
PORTNAME= balsa
PORTVERSION= 2.3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
DISTNAME= balsa-${PORTVERSION}
@@ -51,7 +51,7 @@ OPTIONS= LDAP "Enable LDAP support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GPG)
-LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config
.endif