Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)
This commit is contained in:
parent
866acc3b33
commit
9f55225bec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370009
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= skencil
|
||||
PORTVERSION= 1.0.a784
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PROJECTHOST= sk1
|
||||
|
@ -14,8 +14,8 @@ COMMENT= Interactive drawing program
|
|||
|
||||
LICENSE= LGPL20
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
|
||||
${PYTHON_PKGNAMEPREFIX}reportlab2>=0:${PORTSDIR}/print/py-reportlab2 \
|
||||
${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||
${PYXML}
|
||||
|
|
Loading…
Reference in a new issue