diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-02-25 12:44:10 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-02-25 12:44:10 +0000 |
commit | 0cbe65e47c9209d69ce010b5ab926c714387ecb1 (patch) | |
tree | bc7942759dbfb01fc52a7089e3edbbfb635ff176 /misc/pdfmap | |
parent | 06f83c7e994adeed9e1afcb54d28015affc5de4c (diff) | |
download | ports-0cbe65e47c9209d69ce010b5ab926c714387ecb1.tar.gz ports-0cbe65e47c9209d69ce010b5ab926c714387ecb1.zip |
Notes
Diffstat (limited to 'misc/pdfmap')
-rw-r--r-- | misc/pdfmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile index fcb8133c934c..a904c3b6bcaa 100644 --- a/misc/pdfmap/Makefile +++ b/misc/pdfmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfmap PORTVERSION= 2.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Generate maps in PDF format and place clickable objects on them RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaxml>=3.01:${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-reportlab1 \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes |