diff options
author | wg <wg@FreeBSD.org> | 2014-10-09 00:14:27 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-09 00:14:27 +0800 |
commit | 0c21b76dfdeb0a359d64308d125a427ba0f0756f (patch) | |
tree | 51f623142755204f1c91cf2d18bd1f40434ed77d /math | |
parent | f9020c3ae19e89a56dcb4f85cb205f4472d5dd99 (diff) | |
download | freebsd-ports-gnome-0c21b76dfdeb0a359d64308d125a427ba0f0756f.tar.gz freebsd-ports-gnome-0c21b76dfdeb0a359d64308d125a427ba0f0756f.tar.zst freebsd-ports-gnome-0c21b76dfdeb0a359d64308d125a427ba0f0756f.zip |
math/asymptote: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/asymptote/Makefile | 7 |
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} |