diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-05 19:13:52 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-05 19:13:52 +0000 |
commit | 41686d8d65860cf6fb6dea1f33dd38c1d24d32aa (patch) | |
tree | 2b2d6d9cb46cae848e523659d30b4ed8432a06f1 /mail/sylpheed | |
parent | a201516bb054562996d6711410d5d0c29973234d (diff) |
Chase gpgme update
Bump PORTREVISION
Pointy hat to: lofi
Notes
Notes:
svn path=/head/; revision=147410
Diffstat (limited to 'mail/sylpheed')
-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 6b8450c2ad4e..d14cddd57a81 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 1.0.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.0/ \ ${MASTER_SITE_SOURCEFORGE} @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-imlib CONFIGURE_ARGS+=--disable-gdk-pixbuf .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 |