Fix detection of py-openssl after the update of it to 0.14.
Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com>
This commit is contained in:
parent
f7bfe4b902
commit
fc44263891
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347538
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A fork of pymsn to support the telepathy MSN connection manager
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
|
||||
BUILD_DEPENDS= py*-openssl>0:${PORTSDIR}/security/py-openssl \
|
||||
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \
|
||||
${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \
|
||||
${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
|
||||
RUN_DEPENDS= py*-openssl>0:${PORTSDIR}/security/py-openssl \
|
||||
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \
|
||||
${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \
|
||||
${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2
|
||||
|
|
Loading…
Reference in a new issue