summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-10-20 11:31:42 +0000
committertg <tg@FreeBSD.org>1999-10-20 11:31:42 +0000
commit01edcf08aca92d1fe62d4e3373e2fc39f2087da3 (patch)
treedff19a223294c87fa3d9e633e44b3e035a020955 /graphics
parentf5db22d62798d0e2509b7c3eb8b4745c1f8c6267 (diff)
downloadFreeBSD-ports-01edcf08aca92d1fe62d4e3373e2fc39f2087da3.zip
FreeBSD-ports-01edcf08aca92d1fe62d4e3373e2fc39f2087da3.tar.gz
Add dependency on py-xml for the SVG filters.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/skencil/Makefile3
-rw-r--r--graphics/sketch/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 86abac7..8a3f58d1 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
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 86abac7..8a3f58d1 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
OpenPOWER on IntegriCloud