diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
commit | 2f634463b614583df80d788d285e2d996318a4e3 (patch) | |
tree | 8334050c9f73c9abb4eb3dda1b54b27f4add873f /mail/anubis | |
parent | 6004f13382c7878fc39ee50fb971daf0a6c5853b (diff) | |
download | ports-2f634463b614583df80d788d285e2d996318a4e3.tar.gz ports-2f634463b614583df80d788d285e2d996318a4e3.zip |
Notes
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) |