From fc4426389169d7f79c1129c3228b5f20b8b6ad4f Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 8 Mar 2014 22:17:11 +0000 Subject: [PATCH] Fix detection of py-openssl after the update of it to 0.14. Submitted by: Gustau Perez i Querol --- net-im/papyon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile index e43adb61e610..a1c957009d56 100644 --- a/net-im/papyon/Makefile +++ b/net-im/papyon/Makefile @@ -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