diff options
author | wg <wg@FreeBSD.org> | 2014-10-09 00:00:14 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-09 00:00:14 +0800 |
commit | f9020c3ae19e89a56dcb4f85cb205f4472d5dd99 (patch) | |
tree | af67a1f4df1be588c4496fcb688fdd7f53057c96 /net-im | |
parent | 08e961b2e60984444e1ee33bad7e616dfdaea9a1 (diff) | |
download | freebsd-ports-graphics-f9020c3ae19e89a56dcb4f85cb205f4472d5dd99.tar.gz freebsd-ports-graphics-f9020c3ae19e89a56dcb4f85cb205f4472d5dd99.tar.zst freebsd-ports-graphics-f9020c3ae19e89a56dcb4f85cb205f4472d5dd99.zip |
net-im/pwytter: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pwytter/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/pwytter/Makefile b/net-im/pwytter/Makefile index 0f12ba0807a..e43164af7d7 100644 --- a/net-im/pwytter/Makefile +++ b/net-im/pwytter/Makefile @@ -3,7 +3,7 @@ PORTNAME= pwytter PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im www python MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,15 +14,13 @@ COMMENT= Free multi-platform Twitter client written in Python LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext zip dos2unix -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= dos2unix gettext python:2 zip +USE_PYTHON= autoplist distutils WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOS2UNIX_GLOB= *.py |