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 /x11 | |
parent | 34db9552272eb61b787d1bf8cc9b73958f87479d (diff) | |
download | ports-e36fc841c7a0a607b01ee39455741d8132e2af10.tar.gz ports-e36fc841c7a0a607b01ee39455741d8132e2af10.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/leechcraft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index b89eede0089d..748fef26a647 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -68,7 +68,7 @@ AZOTH_CMAKE_OFF= -DENABLE_AZOTH:BOOL=false AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:${PORTSDIR}/multimedia/qt4-mobility \ libkqoauth.so:${PORTSDIR}/security/kqoauth \ - libotr.so:${PORTSDIR}/security/libotr \ + libotr.so.5:${PORTSDIR}/security/libotr \ libpurple.so:${PORTSDIR}/net-im/libpurple \ libqca.so:${PORTSDIR}/devel/qca \ libqxmpp.so:${PORTSDIR}/net-im/qxmpp \ |