diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 06435ea3f5c5..e500125f5d1c 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -3,6 +3,7 @@ PORTNAME= sympy PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes OPTIONS_DEFINE= PYGLET PYGLET_DESC= Enable plotting support |