summaryrefslogtreecommitdiff
path: root/graphics/sketch/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-10-20 11:31:42 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-10-20 11:31:42 +0000
commit76a179645d5196132909c402b75a12876f5c36f9 (patch)
tree5b2efcb943ae67a64083e41e0e24a570fb7fceee /graphics/sketch/Makefile
parentRevert my delete, and set this MAINTAINER to ports. (diff)
Add dependency on py-xml for the SVG filters.
Notes
Notes: svn path=/head/; revision=22538
Diffstat (limited to '')
-rw-r--r--graphics/sketch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 86abac7451c1..8a3f58d1b868 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -14,7 +14,8 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= python:${PORTSDIR}/lang/python \
- ${PREFIX}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging
+ ${PREFIX}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+ ${PREFIX}/lib/python1.5/site-packages/xml/__init__.py:${PORTSDIR}/textproc/py-xml
SKETCHDIR= ${PREFIX}/share/sketch
SKETCHDOCDIR= ${PREFIX}/share/doc/sketch