aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-10-08 16:14:27 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-10-08 16:14:27 +0000
commit005a3bea9469058c7d8079eeecc98c5d1a7bb25f (patch)
tree51f623142755204f1c91cf2d18bd1f40434ed77d /math/asymptote
parentc74ac145ec30a698201e5b9b0c584f0d9299e49a (diff)
downloadports-005a3bea9469058c7d8079eeecc98c5d1a7bb25f.tar.gz
ports-005a3bea9469058c7d8079eeecc98c5d1a7bb25f.zip
math/asymptote: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
Notes
Notes: svn path=/head/; revision=370450
Diffstat (limited to 'math/asymptote')
-rw-r--r--math/asymptote/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index c0ad77a6724d..ae9b577b7846 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asymptote
PORTVERSION= 2.32
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
@@ -18,7 +18,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
RUN_DEPENDS= animate:${PORTSDIR}/graphics/ImageMagick \
gv:${PORTSDIR}/print/gv \
- ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
ALL_TARGET= asy asy-keywords.el
@@ -35,12 +35,11 @@ MAKE_JOBS_UNSAFE= yes
ONLY_FOR_ARCHS= i386 amd64
-USES= gmake perl5 tar:tgz
+USES= gmake perl5 python tar:tgz
USE_AUTOTOOLS= autoconf aclocal
USE_GHOSTSCRIPT=yes
USE_GL= glut
USE_PERL5= build
-USE_PYTHON= yes
USE_TEX= dvipsk formats
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}