diff options
Diffstat (limited to 'net-im/mcabber/Makefile')
-rw-r--r-- | net-im/mcabber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 23f96dc44b1d..9bdc3214e07b 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -7,6 +7,7 @@ PORTNAME= mcabber PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES @@ -37,7 +38,7 @@ LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme |