1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Chase gpgme's library version bumped.

Bump PORTREVISION, accordingly.

Noticed by:	Herbert J. Skuhra <h.skuhra@gmail.com>
This commit is contained in:
Norikatsu Shigemura 2005-11-05 10:10:18 +00:00
parent d70aafbd2e
commit 19f563af65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147359

View File

@ -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