diff options
author | wen <wen@FreeBSD.org> | 2015-03-14 23:07:54 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-03-14 23:07:54 +0800 |
commit | 8771f748625f244caf299e1e9964a3ca87c87073 (patch) | |
tree | b91a8e0cbd691fd2e7e3ba3d654a2aa7e6604576 /science/py-scimath | |
parent | aa4323263936ff29a0ea811f57de64a9b0dea9d7 (diff) | |
download | freebsd-ports-gnome-8771f748625f244caf299e1e9964a3ca87c87073.tar.gz freebsd-ports-gnome-8771f748625f244caf299e1e9964a3ca87c87073.tar.zst freebsd-ports-gnome-8771f748625f244caf299e1e9964a3ca87c87073.zip |
- Unbreak
PR: 197589
Submitted by: dgeo@centrale-marseille.fr
Diffstat (limited to 'science/py-scimath')
-rw-r--r-- | science/py-scimath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/py-scimath/Makefile b/science/py-scimath/Makefile index c04cc4820155..27985dee99c0 100644 --- a/science/py-scimath/Makefile +++ b/science/py-scimath/Makefile @@ -14,9 +14,8 @@ COMMENT= Scientific and Mathematical calculations LICENSE= BSD3CLAUSE LGPL3 LICENSE_COMB= dual -BROKEN= Fails to build - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0:${PORTSDIR}/math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python |