diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-11-08 11:29:01 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-11-08 11:29:01 +0000 |
commit | ecc543fdd08d71a8a0d0c1efd6d79a93959cc03a (patch) | |
tree | 00afb1154aaec29c9b5838bdb6719302ed40dfa7 /science/py-scikit-learn | |
parent | cf5116463a8765221eba3ef3e76b179f1ec514c8 (diff) |
Notes
Diffstat (limited to 'science/py-scikit-learn')
-rw-r--r-- | science/py-scikit-learn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile index ae9589048d57..dfc03a5d6a5e 100644 --- a/science/py-scikit-learn/Makefile +++ b/science/py-scikit-learn/Makefile @@ -14,7 +14,8 @@ COMMENT= Machine learning algorithms for python BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= cblas:${PORTSDIR}/math/cblas -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy:${PORTSDIR}/science/py-scipy USE_FORTRAN= yes LATEST_LINK= py-${PORTNAME} |