aboutsummaryrefslogtreecommitdiff
path: root/graphics/skencil
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/skencil
parent4f9241fa572bf02f8d3ec2c796fce139ec656943 (diff)
downloadports-76a179645d5196132909c402b75a12876f5c36f9.tar.gz
ports-76a179645d5196132909c402b75a12876f5c36f9.zip
Add dependency on py-xml for the SVG filters.
Notes
Notes: svn path=/head/; revision=22538
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 86abac7451c1..8a3f58d1b868 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/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