aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-04-28 02:09:10 +0000
committerWen Heping <wen@FreeBSD.org>2016-04-28 02:09:10 +0000
commit5ac4520a68f120feccacaa92acfb2417bd0954cb (patch)
treedf10db0d0a0c6f06aa18ce97932c07725d73fda0 /math/py-sympy
parentcc72d650bd8af0623d9443294aad0e0f922dce1c (diff)
downloadports-5ac4520a68f120feccacaa92acfb2417bd0954cb.tar.gz
ports-5ac4520a68f120feccacaa92acfb2417bd0954cb.zip
- Add missing RUN_DEPENDS
PR: 209076 Submitted by: jjachuf@gmail.com
Notes
Notes: svn path=/head/; revision=414153
Diffstat (limited to 'math/py-sympy')
-rw-r--r--math/py-sympy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 04c5364c5e52..7c51e2cccf0d 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sympy
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,8 @@ COMMENT= Python Library For Symbolic Mathematics
LICENSE= BSD3CLAUSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath
+
USES= python
USE_PYTHON= autoplist distutils