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 /polish | |
parent | 7d28f42cfcd3b095d55755f3db303adc5540c434 (diff) | |
download | freebsd-ports-gnome-e54ce6f385fa48e94fafd3ec4a64f577ef529847.tar.gz freebsd-ports-gnome-e54ce6f385fa48e94fafd3ec4a64f577ef529847.tar.zst freebsd-ports-gnome-e54ce6f385fa48e94fafd3ec4a64f577ef529847.zip |
- Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by: portmgr blanket
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 10b4a0c444cc..6b6e5dc6202e 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 \ libidn.so:${PORTSDIR}/dns/libidn \ libgadu.so:${PORTSDIR}/polish/libgadu \ - libotr.so:${PORTSDIR}/security/libotr \ + libotr.so.5:${PORTSDIR}/security/libotr \ libenchant.so:${PORTSDIR}/textproc/enchant # TODO ntrack and ntrack-qt (needs porting) ? # TODO separate ports for plugins and themes (possible starting with 0.10) |