diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-05 19:13:52 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-05 19:13:52 +0000 |
commit | 063585bd78be64252bf1869f6307e729f7f4201f (patch) | |
tree | ba6759909c7d7c11b8502be41b130f1c16cb0729 /mail/sylpheed/Makefile | |
parent | 97cd999de67882e1c312cffe8794b99101ae851b (diff) | |
download | FreeBSD-ports-063585bd78be64252bf1869f6307e729f7f4201f.zip FreeBSD-ports-063585bd78be64252bf1869f6307e729f7f4201f.tar.gz |
Chase gpgme update
Bump PORTREVISION
Pointy hat to: lofi
Diffstat (limited to 'mail/sylpheed/Makefile')
-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 6b8450c..d14cddd 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 |