Fix BUILD_DEPENDS (py-imaging).

Noticed by: working-cluster-of-the-day
This commit is contained in:
Volker Stolz 2004-05-12 11:22:36 +00:00
parent a8af2abcbe
commit 1c8b527010
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108996

View File

@ -17,7 +17,8 @@ COMMENT= Generate maps in PDF format and place clickable objects on them
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jaxml.py:${PORTSDIR}/textproc/py-jaxml \
${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab \
${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
USE_PYTHON= yes
USE_PYDISTUTILS= yes