diff options
author | wen <wen@FreeBSD.org> | 2016-04-28 10:09:10 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-04-28 10:09:10 +0800 |
commit | bfbf1a2185573c2f142a3526b89f6f2277b72a6c (patch) | |
tree | df10db0d0a0c6f06aa18ce97932c07725d73fda0 /math | |
parent | 0db723781d56e882a526ac516ece6a13132b5989 (diff) | |
download | freebsd-ports-gnome-bfbf1a2185573c2f142a3526b89f6f2277b72a6c.tar.gz freebsd-ports-gnome-bfbf1a2185573c2f142a3526b89f6f2277b72a6c.tar.zst freebsd-ports-gnome-bfbf1a2185573c2f142a3526b89f6f2277b72a6c.zip |
- Add missing RUN_DEPENDS
PR: 209076
Submitted by: jjachuf@gmail.com
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 |