aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-01-02 00:53:37 +0000
committerXin LI <delphij@FreeBSD.org>2011-01-02 00:53:37 +0000
commit2daecb49e201bbfed4388018b59b5f1490c1b892 (patch)
tree15c4dfd4f35f01088c32ed01164d31cfc089ba37 /misc
parent3a41f2a99a681a2f35f73ed736c53f7b756de503 (diff)
downloadports-2daecb49e201bbfed4388018b59b5f1490c1b892.tar.gz
ports-2daecb49e201bbfed4388018b59b5f1490c1b892.zip
Fix representation of dependency to make QAT happy.
Submitted by: wen (via email)
Notes
Notes: svn path=/head/; revision=267260
Diffstat (limited to 'misc')
-rw-r--r--misc/pdfmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile
index 61c207910bfa..c19fa1356c2b 100644
--- a/misc/pdfmap/Makefile
+++ b/misc/pdfmap/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate maps in PDF format and place clickable objects on them
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jaxml.py:${PORTSDIR}/textproc/py-jaxml \
+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 \
${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging