diff options
author | wg <wg@FreeBSD.org> | 2014-10-05 08:11:25 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-10-05 08:11:25 +0800 |
commit | e8c28dcb3b5071e210753302225a324a45158485 (patch) | |
tree | baf3bf943d5c356c11b0e6a454f2128318a0fc97 /misc | |
parent | 303ca2e05f6f841719b5ef871214842e53deab99 (diff) | |
download | freebsd-ports-graphics-e8c28dcb3b5071e210753302225a324a45158485.tar.gz freebsd-ports-graphics-e8c28dcb3b5071e210753302225a324a45158485.tar.zst freebsd-ports-graphics-e8c28dcb3b5071e210753302225a324a45158485.zip |
misc/cs: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/cs/Makefile b/misc/cs/Makefile index 7a361fa4564..1b6bdd33e5f 100644 --- a/misc/cs/Makefile +++ b/misc/cs/Makefile @@ -3,6 +3,7 @@ PORTNAME= cs PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://njhurst.com/programming/cross-stitch/ @@ -11,13 +12,12 @@ COMMENT= Cross Stitch software LICENSE= GPLv2 # (or later) -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow NO_BUILD= yes -USES= shebangfix tar:tgz +USES= python:run shebangfix tar:tgz SHEBANG_FILES= xs.py -USE_PYTHON_RUN= yes PLIST_FILES= bin/xs |