diff options
| author | Wen Heping <wen@FreeBSD.org> | 2016-04-28 02:09:10 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2016-04-28 02:09:10 +0000 |
| commit | 5ac4520a68f120feccacaa92acfb2417bd0954cb (patch) | |
| tree | df10db0d0a0c6f06aa18ce97932c07725d73fda0 /math | |
| parent | cc72d650bd8af0623d9443294aad0e0f922dce1c (diff) | |
Notes
Diffstat (limited to 'math')
| -rw-r--r-- | math/py-sympy/Makefile | 3 |
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 |
