diff options
author | petef <petef@FreeBSD.org> | 2002-06-10 01:26:43 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-10 01:26:43 +0800 |
commit | 013dee245972695dcd5ad093008502165edd96bd (patch) | |
tree | a43eb5ac37e992c7cdf29ecc921a760bada58cf3 /mail/sylpheed/Makefile | |
parent | 4ce664c270e5bafbd7ab72f512f8551ea818b300 (diff) | |
download | freebsd-ports-gnome-013dee245972695dcd5ad093008502165edd96bd.tar.gz freebsd-ports-gnome-013dee245972695dcd5ad093008502165edd96bd.tar.zst freebsd-ports-gnome-013dee245972695dcd5ad093008502165edd96bd.zip |
Update to 0.77.
PR: 39067
Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 5042df9cb42a..a3a725992ca9 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.7 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -30,7 +30,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |