From 0c21b76dfdeb0a359d64308d125a427ba0f0756f Mon Sep 17 00:00:00 2001 From: wg Date: Wed, 8 Oct 2014 16:14:27 +0000 Subject: math/asymptote: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) --- math/asymptote/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'math') 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} -- cgit