diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-25 22:15:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-25 22:15:40 +0800 |
commit | e54ce6f385fa48e94fafd3ec4a64f577ef529847 (patch) | |
tree | c440bfc4fe28aa43a13dbbc1ea9b7e1812222513 /net-im | |
parent | 7d28f42cfcd3b095d55755f3db303adc5540c434 (diff) | |
download | freebsd-ports-graphics-e54ce6f385fa48e94fafd3ec4a64f577ef529847.tar.gz freebsd-ports-graphics-e54ce6f385fa48e94fafd3ec4a64f577ef529847.tar.zst freebsd-ports-graphics-e54ce6f385fa48e94fafd3ec4a64f577ef529847.zip |
- Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by: portmgr blanket
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 e38fa0c872c..a9c311cc40e 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: |