diff options
author | wg <wg@FreeBSD.org> | 2014-10-08 01:00:37 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-08 01:00:37 +0800 |
commit | 898a4d344ee249f4ddecb92306ed9961e36d52ef (patch) | |
tree | e2b94119e76e17266ff88ccb81593e3206e94247 | |
parent | 303e58d8f3e94feef636442f1fc2f6f54a9badcc (diff) | |
download | freebsd-ports-gnome-898a4d344ee249f4ddecb92306ed9961e36d52ef.tar.gz freebsd-ports-gnome-898a4d344ee249f4ddecb92306ed9961e36d52ef.tar.zst freebsd-ports-gnome-898a4d344ee249f4ddecb92306ed9961e36d52ef.zip |
science/psychopy: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
-rw-r--r-- | science/psychopy/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile index 465a00205b16..89b8fb19a80b 100644 --- a/science/psychopy/Makefile +++ b/science/psychopy/Makefile @@ -3,7 +3,7 @@ PORTNAME= psychopy PORTVERSION= 1.77.00 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= PsychoPy-${PORTVERSION} @@ -13,16 +13,14 @@ COMMENT= Psychophysics toolkit for Python BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \ - ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet \ ${PYTHON_PKGNAMEPREFIX}wxPython28>=2.8.7.1:${PORTSDIR}/x11-toolkits/py-wxPython28 \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= autoplist distutils # needed to avoid polluting /root, since psychopy # tries to create some configuration files on import |