diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
commit | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /science/brian | |
parent | 74a3c07b695eef5aba924290f7d537c710b1233e (diff) | |
download | freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.gz freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.zst freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.zip |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'science/brian')
-rw-r--r-- | science/brian/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/brian/Makefile b/science/brian/Makefile index 6dd6cb88262b..b24d6859430f 100644 --- a/science/brian/Makefile +++ b/science/brian/Makefile @@ -15,9 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |