From 657da9cd5f2046c4aaf15b86d03cb89b85775fce Mon Sep 17 00:00:00 2001 From: wxs Date: Tue, 2 Dec 2008 02:15:33 +0000 Subject: Fix the RUN_DEPENDS to be correct. --- devel/py-epsilon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') 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 -- cgit