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