diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-10-05 00:11:25 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-10-05 00:11:25 +0000 |
commit | e4685e1246656fa480b016614b908e8aa6261510 (patch) | |
tree | baf3bf943d5c356c11b0e6a454f2128318a0fc97 /misc/cs | |
parent | 41153673a28d0c07aac8191fe4b74278adc586c6 (diff) | |
download | ports-e4685e1246656fa480b016614b908e8aa6261510.tar.gz ports-e4685e1246656fa480b016614b908e8aa6261510.zip |
Notes
Diffstat (limited to 'misc/cs')
-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 7a361fa4564f..1b6bdd33e5f9 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 |