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 | |
parent | 34db9552272eb61b787d1bf8cc9b73958f87479d (diff) |
- Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=409518
-rw-r--r-- | irc/bitlbee/Makefile | 2 | ||||
-rw-r--r-- | irc/irssi-otr/Makefile | 2 | ||||
-rw-r--r-- | net-im/mcabber/Makefile | 2 | ||||
-rw-r--r-- | polish/kadu/Makefile | 2 | ||||
-rw-r--r-- | x11/leechcraft/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index e7a27dff2c06..6ee2aef35bcb 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -64,7 +64,7 @@ NSS_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss OPENSSL_CONFIGURE_ON= --ssl=openssl OSCAR_CONFIGURE_OFF= --oscar=0 OTR_CONFIGURE_ON= --otr=1 -OTR_LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr +OTR_LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr SKYPE_CONFIGURE_ON= --skype=1 SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:${PORTSDIR}/net-im/py-skype4py SKYPE_USES= python diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 69f8346883d4..707223639271 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ ${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt -LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \ +LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr \ libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi 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: 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) 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 \ |