diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-11 13:31:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-11 13:31:21 +0800 |
commit | ff3437a31973597fa45487f574d2c2fa91097068 (patch) | |
tree | 7a655c5183992b6797aaa0d887137bff7360904f /mail/claws-mail/Makefile | |
parent | a3f4339931ff305e70ca43ff59b0e67edb2a6951 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |