aboutsummaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-09-13 21:24:20 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-09-13 21:24:20 +0000
commit4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch)
treed02a05f93737ca5eb857ecae20787854c59c3d42 /mail/balsa/Makefile
parent34277ade842bac5f5d6fdce9e709acf79ac367c0 (diff)
downloadports-4dce0bd83bab57a46a96b04263cc1954a5b0f715.tar.gz
ports-4dce0bd83bab57a46a96b04263cc1954a5b0f715.zip
Notes
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r--mail/balsa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index f8df07020a61..e86f45f928e0 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -8,6 +8,7 @@
PORTNAME= balsa
PORTVERSION= 2.3.13
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
DISTNAME= balsa-${PORTVERSION}
@@ -51,7 +52,7 @@ OPTIONS= LDAP "Enable LDAP support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GPG)
-LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config
.endif