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 /irc | |
parent | - Clarify license (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
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee/Makefile | 2 | ||||
-rw-r--r-- | irc/irssi-otr/Makefile | 2 |
2 files changed, 2 insertions, 2 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 |