diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-07-15 16:47:45 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-07-15 16:47:45 +0000 |
commit | e6246d1055202098dd1df8f2a827665d39dddde8 (patch) | |
tree | 6a8029cf8aa42fc328c40fc63ed5d1ae25d0c255 /mail/sylpheed3 | |
parent | a7000e3a390271ff985d84e575f89d8239e49aa7 (diff) |
Notes
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index e6c1d84e0c30..9cf56fe36fb1 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ @@ -52,7 +53,7 @@ CONFIGURE_ARGS+=--disable-ssl .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |