diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-11 23:15:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-11 23:15:43 +0000 |
commit | 11eb17743d7c5ca52e90429b6a5bea8960945b3a (patch) | |
tree | cd4665928172dd8a587420061a18ca945e209621 /net-im/mcabber | |
parent | f18aabea39fbc233977878d8186c76a81adb4d9f (diff) | |
download | ports-11eb17743d7c5ca52e90429b6a5bea8960945b3a.tar.gz ports-11eb17743d7c5ca52e90429b6a5bea8960945b3a.zip |
Notes
Diffstat (limited to 'net-im/mcabber')
-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 d6d6b019271c..9bf8737df55b 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -7,6 +7,7 @@ PORTNAME= mcabber PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES @@ -57,7 +58,7 @@ CONFIGURE_ARGS+=--disable-aspell .if defined(WITH_OTR) LIB_DEPENDS+= otr.3:${PORTSDIR}/security/libotr \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--enable-otr .else CONFIGURE_ARGS+=--disable-otr |