math/asymptote: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
This commit is contained in:
parent
c74ac145ec
commit
005a3bea94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370450
1 changed files with 3 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue