summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-08-22 11:46:36 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-08-22 11:46:36 +0000
commit95df0eedfec0d9f3fb046ffd2d01165aa2b70c65 (patch)
treef22882e08c5a996865c762fbf26c1874b9f303b8 /graphics
parentNew port py-reportlab, a library for creating PDF documents using Python. (diff)
Depend on py-reportlab, so that PDF output works.
Notes
Notes: svn path=/head/; revision=31860
Diffstat (limited to 'graphics')
-rw-r--r--graphics/skencil/Makefile1
-rw-r--r--graphics/sketch/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index fd146cbc729c..1a10e5fab8b7 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
${LOCALBASE}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+ ${LOCALBASE}/lib/python1.5/site-packages/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \
${LOCALBASE}/lib/python1.5/site-packages/xml/__init__.py:${PORTSDIR}/textproc/py-xml
SKETCHDIR= ${PREFIX}/share/sketch
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index fd146cbc729c..1a10e5fab8b7 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
${LOCALBASE}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+ ${LOCALBASE}/lib/python1.5/site-packages/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \
${LOCALBASE}/lib/python1.5/site-packages/xml/__init__.py:${PORTSDIR}/textproc/py-xml
SKETCHDIR= ${PREFIX}/share/sketch