diff options
author | nork <nork@FreeBSD.org> | 2005-11-05 10:10:18 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-11-05 10:10:18 +0000 |
commit | 15bd055a98a74a81299e0b198bf74683fe271274 (patch) | |
tree | 73e4eb87edc6ae044ae56b54a8b5e2f490c1bfb0 /mail | |
parent | c04f0d356b0b88dc75d8ca4e1c20b8a6e3328f93 (diff) | |
download | FreeBSD-ports-15bd055a98a74a81299e0b198bf74683fe271274.zip FreeBSD-ports-15bd055a98a74a81299e0b198bf74683fe271274.tar.gz |
Chase gpgme's library version bumped.
Bump PORTREVISION, accordingly.
Noticed by: Herbert J. Skuhra <h.skuhra@gmail.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 52589f5..217820c 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ \ ${MASTER_SITE_SOURCEFORGE} @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--disable-ssl .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |