diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 13:33:24 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 13:33:24 +0800 |
commit | 400739812c7a6ca85f6ea139fcf1d5423b81f3ca (patch) | |
tree | 5ad3f18799dfca4517bb5c2d21bf7d4b3c23c456 /mail/sylpheed-claws | |
parent | 1aae81b56b3298bc1ddf16a6bceeba5317b35bf4 (diff) | |
download | freebsd-ports-gnome-400739812c7a6ca85f6ea139fcf1d5423b81f3ca.tar.gz freebsd-ports-gnome-400739812c7a6ca85f6ea139fcf1d5423b81f3ca.tar.zst freebsd-ports-gnome-400739812c7a6ca85f6ea139fcf1d5423b81f3ca.zip |
bump gpgme shlib version
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 304e105e5df6..9aec6550ebd8 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -45,7 +45,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif .if defined(WITH_GPGME) || defined(WITH_ALL) -LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+= --enable-gpgme .endif |