aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2016-03-24 06:36:30 +0000
committerWen Heping <wen@FreeBSD.org>2016-03-24 06:36:30 +0000
commit9bd87d4773e2e8b42d065ba6df10a0872e914a0a (patch)
treec3857f70b5ef28d53b2e5e39f4264dd4803a534f /math/py-sympy/Makefile
parentfa1a237b156ebb931ff7cbf74d1ee01df963ef83 (diff)
downloadports-9bd87d4773e2e8b42d065ba6df10a0872e914a0a.tar.gz
ports-9bd87d4773e2e8b42d065ba6df10a0872e914a0a.zip
- Update to 1.0
Notes
Notes: svn path=/head/; revision=411755
Diffstat (limited to 'math/py-sympy/Makefile')
-rw-r--r--math/py-sympy/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index bb29e3befd02..5388a5b0bf64 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sympy
-PORTVERSION= 0.7.6.1
+PORTVERSION= 1.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,11 +18,7 @@ USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= PYGLET
PYGLET_DESC= Enable plotting support
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPYGLET}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet
-.endif
+PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet
post-patch:
@${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py