aboutsummaryrefslogtreecommitdiff
path: root/science/pynn
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
commit742321c70870f8339d0ac558f88a918b77b56096 (patch)
tree13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /science/pynn
parentd45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff)
downloadports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz
ports-742321c70870f8339d0ac558f88a918b77b56096.zip
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371453
Diffstat (limited to 'science/pynn')
-rw-r--r--science/pynn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/pynn/Makefile b/science/pynn/Makefile
index 25d51b541c48..5939106608bd 100644
--- a/science/pynn/Makefile
+++ b/science/pynn/Makefile
@@ -15,8 +15,8 @@ COMMENT= Simulator-independent language for building neuronal network models
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= PyNN
.include <bsd.port.mk>