diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-25 14:15:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-25 14:15:40 +0000 |
commit | e36fc841c7a0a607b01ee39455741d8132e2af10 (patch) | |
tree | c440bfc4fe28aa43a13dbbc1ea9b7e1812222513 /net-im | |
parent | 34db9552272eb61b787d1bf8cc9b73958f87479d (diff) | |
download | ports-e36fc841c7a0a607b01ee39455741d8132e2af10.tar.gz ports-e36fc841c7a0a607b01ee39455741d8132e2af10.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mcabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index e38fa0c872c0..a9c311cc40eb 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -44,7 +44,7 @@ GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme GPGME_CONFIGURE_ENABLE= gpgme OTR_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libotr.so:${PORTSDIR}/security/libotr + libotr.so.5:${PORTSDIR}/security/libotr OTR_CONFIGURE_ENABLE= otr post-patch: |