diff options
Diffstat (limited to 'devel/py-epsilon')
-rw-r--r-- | devel/py-epsilon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-epsilon/Makefile b/devel/py-epsilon/Makefile index 693b48d98653..fc4c32f5495d 100644 --- a/devel/py-epsilon/Makefile +++ b/devel/py-epsilon/Makefile @@ -17,7 +17,8 @@ EXTRACT_SUFX= .tar.gz?format=raw MAINTAINER= pgollucci@FreeBSD.org COMMENT= Epsilon is a set of Python utility modules used by DivMod projects -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl:${PORTSDIR}/security/py-openssl +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl + USE_PYTHON= yes USE_PYDISTUTILS= yes |