diff options
author | vs <vs@FreeBSD.org> | 2004-05-12 19:22:36 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-12 19:22:36 +0800 |
commit | 799334200b4792d2d165934ce42436c363d48357 (patch) | |
tree | 9d0ebb9e0dd7b8892105d782cd6bd3f1c3d40cac /misc/pdfmap | |
parent | f21b0ae5bcca260b887412e68cd1a4fd18a31078 (diff) | |
download | freebsd-ports-graphics-799334200b4792d2d165934ce42436c363d48357.tar.gz freebsd-ports-graphics-799334200b4792d2d165934ce42436c363d48357.tar.zst freebsd-ports-graphics-799334200b4792d2d165934ce42436c363d48357.zip |
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 ec770c9b3fd..b2a972287df 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 |