aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-11 13:31:21 +0800
committermarcus <marcus@FreeBSD.org>2004-12-11 13:31:21 +0800
commitff3437a31973597fa45487f574d2c2fa91097068 (patch)
tree7a655c5183992b6797aaa0d887137bff7360904f /mail/claws-mail/Makefile
parenta3f4339931ff305e70ca43ff59b0e67edb2a6951 (diff)
downloadfreebsd-ports-gnome-ff3437a31973597fa45487f574d2c2fa91097068.tar.gz
freebsd-ports-gnome-ff3437a31973597fa45487f574d2c2fa91097068.tar.zst
freebsd-ports-gnome-ff3437a31973597fa45487f574d2c2fa91097068.zip
Switch gpgme dependency to gpgme03.
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r--mail/claws-mail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index d50a2311faa0..6db7288f4138 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif
#.if defined(WITH_GPGME) || defined(WITH_ALL)
PLIST_SUB+= GPGME=""
-LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --enable-gpgme
#.else