diff options
Diffstat (limited to 'math/py-numexpr/Makefile')
| -rw-r--r-- | math/py-numexpr/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index d693e96e62e5..b66e9fd5a17f 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= math python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast numerical array expression evaluator for Python and NumPy BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS=yes + +post-patch: + @${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP} .include <bsd.port.mk> |
