diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-12 11:22:36 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-12 11:22:36 +0000 |
commit | 1c8b527010287f5739560062b98670bd4b5c4970 (patch) | |
tree | 9a146651ae320f66750ce4d969eac8fdced1ee5a /misc/pdfmap | |
parent | Update to 3.20. (diff) |
Fix BUILD_DEPENDS (py-imaging).
Noticed by: working-cluster-of-the-day
Diffstat (limited to 'misc/pdfmap')
-rw-r--r-- | misc/pdfmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile index ec770c9b3fdb..b2a972287df7 100644 --- a/misc/pdfmap/Makefile +++ b/misc/pdfmap/Makefile @@ -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 |