1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Fix the RUN_DEPENDS to be correct.

This commit is contained in:
Wesley Shields 2008-12-02 02:15:33 +00:00
parent 5bb60ddd7b
commit b1ea7bca2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223700

View File

@ -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