diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-21 20:43:39 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-21 20:43:39 +0800 |
commit | 7b57755e84cf060986c2892abf8d4b4eef3ff35a (patch) | |
tree | ed25e642982ea4e373f53312897ad7de730bc292 /mail/anubis | |
parent | f632ed1321f3bafc23fc842159b79bd722dd09ff (diff) | |
download | freebsd-ports-gnome-7b57755e84cf060986c2892abf8d4b4eef3ff35a.tar.gz freebsd-ports-gnome-7b57755e84cf060986c2892abf8d4b4eef3ff35a.tar.zst freebsd-ports-gnome-7b57755e84cf060986c2892abf8d4b4eef3ff35a.zip |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index f4332af16fec..9bc86e7d145d 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -7,7 +7,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -70,7 +70,7 @@ PLIST_SUB+= GUILE="" .if defined(WITHOUT_GPGME) CONFIGURE_ARGS+=--without-gpgme .else -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme .endif .if defined(WITHOUT_GNUTLS) |