diff options
author | wxs <wxs@FreeBSD.org> | 2008-12-02 10:15:33 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-12-02 10:15:33 +0800 |
commit | 657da9cd5f2046c4aaf15b86d03cb89b85775fce (patch) | |
tree | 8d84df819f55489c1e889a968dc7994d1744d1dd /devel/py-epsilon | |
parent | 16db00ab4ed55f9fd84d8647e0e4b5da586bff1e (diff) | |
download | freebsd-ports-gnome-657da9cd5f2046c4aaf15b86d03cb89b85775fce.tar.gz freebsd-ports-gnome-657da9cd5f2046c4aaf15b86d03cb89b85775fce.tar.zst freebsd-ports-gnome-657da9cd5f2046c4aaf15b86d03cb89b85775fce.zip |
Fix the RUN_DEPENDS to be correct.
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 |