Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)

This commit is contained in:
Antoine Brodin 2014-10-04 22:45:24 +00:00
parent 866acc3b33
commit 9f55225bec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370009

View file

@ -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}