diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 14:39:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 14:39:22 +0000 |
commit | 06358fd1ac0845a853198fc1b428497d63e8946e (patch) | |
tree | b8da30834597904af6a2419874b44c2e980e028a /net-im/mcabber | |
parent | 63f1755ffd0a3ac3eb1706357f88b4842123d931 (diff) | |
download | ports-06358fd1ac0845a853198fc1b428497d63e8946e.tar.gz ports-06358fd1ac0845a853198fc1b428497d63e8946e.zip |
Notes
Diffstat (limited to 'net-im/mcabber')
-rw-r--r-- | net-im/mcabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 0a1d2a4b3ca0..55977cf3075c 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -3,7 +3,7 @@ PORTNAME= mcabber PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES @@ -37,7 +37,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_ENABLE=aspell ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant ENCHANT_CONFIGURE_ENABLE=enchant -OTR_LIB_DEPENDS= libotr.so.4:${PORTSDIR}/security/libotr3 \ +OTR_LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \ libgcrypt.so:${PORTSDIR}/security/libgcrypt OTR_CONFIGURE_ENABLE= otr |