diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-15 23:11:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-15 23:11:00 +0000 |
commit | b0a4599116b8ea2e8e413ef308a7b29b81f06b14 (patch) | |
tree | d9efe75ac2b76962bf869827d36af5e0a23b9fda /math | |
parent | b8b8100a118b18e6316bcc475144bdc4dc583c12 (diff) | |
download | ports-b0a4599116b8ea2e8e413ef308a7b29b81f06b14.tar.gz ports-b0a4599116b8ea2e8e413ef308a7b29b81f06b14.zip |
Notes
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 |