aboutsummaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-07-15 16:47:45 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-07-15 16:47:45 +0000
commite6246d1055202098dd1df8f2a827665d39dddde8 (patch)
tree6a8029cf8aa42fc328c40fc63ed5d1ae25d0c255 /mail/balsa/Makefile
parenta7000e3a390271ff985d84e575f89d8239e49aa7 (diff)
downloadports-e6246d1055202098dd1df8f2a827665d39dddde8.tar.gz
ports-e6246d1055202098dd1df8f2a827665d39dddde8.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 08253ff1859d..53932a69361f 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -8,6 +8,7 @@
PORTNAME= balsa
PORTVERSION= 2.3.28
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
DISTNAME= balsa-${PORTVERSION}
@@ -50,7 +51,7 @@ OPTIONS= LDAP "Enable LDAP support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GPG)
-LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config
.endif