svn commit: r383227 - head/science/py-scikit-learn
Dmitry Sivachenko
demon at FreeBSD.org
Sat Apr 4 14:19:45 UTC 2015
Author: demon
Date: Sat Apr 4 14:19:43 2015
New Revision: 383227
URL: https://svnweb.freebsd.org/changeset/ports/383227
Log:
Pet portlint.
Modified:
head/science/py-scikit-learn/Makefile
Modified: head/science/py-scikit-learn/Makefile
==============================================================================
--- head/science/py-scikit-learn/Makefile Sat Apr 4 14:08:45 2015 (r383226)
+++ head/science/py-scikit-learn/Makefile Sat Apr 4 14:19:43 2015 (r383227)
@@ -13,10 +13,11 @@ COMMENT= Machine learning algorithms for
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>
More information about the svn-ports-head
mailing list