diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-22 07:20:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-22 07:20:30 +0000 |
commit | 783540d9ac879d0687cea549c6b7785c6f5299b9 (patch) | |
tree | b6055f20690cc8bff54870694ba8a060d5b87ec1 /math/py-pymc | |
parent | 95f76981d8d66ba44f24c99e34b09cad08635f58 (diff) |
Notes
Diffstat (limited to 'math/py-pymc')
-rw-r--r-- | math/py-pymc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pymc/Makefile b/math/py-pymc/Makefile index d2ce13cf6f60..374bfa3a67e7 100644 --- a/math/py-pymc/Makefile +++ b/math/py-pymc/Makefile @@ -15,7 +15,7 @@ COMMENT= Markov Chain Monte Carlo Sampling Toolkit LICENSE= AFL LICENSE_NAME= Academic Free License LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ |