aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-scikit-learn
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-04-04 22:19:43 +0800
committerdemon <demon@FreeBSD.org>2015-04-04 22:19:43 +0800
commitf34f9bbe6364f58fed8937245a210a00a388c847 (patch)
tree26c5ee69c5f0dd3ee2f3b307a97e9014b199a77a /science/py-scikit-learn
parentbbdc577ade662187151407f7ac19670d449c25ba (diff)
downloadfreebsd-ports-gnome-f34f9bbe6364f58fed8937245a210a00a388c847.tar.gz
freebsd-ports-gnome-f34f9bbe6364f58fed8937245a210a00a388c847.tar.zst
freebsd-ports-gnome-f34f9bbe6364f58fed8937245a210a00a388c847.zip
Pet portlint.
Diffstat (limited to 'science/py-scikit-learn')
-rw-r--r--science/py-scikit-learn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile
index c0b844360d20..0afb03fc4bf0 100644
--- a/science/py-scikit-learn/Makefile
+++ b/science/py-scikit-learn/Makefile
@@ -13,10 +13,11 @@ COMMENT= Machine learning algorithms for python
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/scipy/version.py:${PORTSDIR}/science/py-scipy
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= fortran python
USE_PYTHON= distutils autoplist
LDFLAGS+= -shared
+
.include <bsd.port.mk>