1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Pet portlint.

This commit is contained in:
Dmitry Sivachenko 2015-04-04 14:19:43 +00:00
parent 4682316005
commit eb7b8ad69d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383227

View File

@ -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>