aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2003-08-18 08:15:05 +0000
committerThomas Gellekum <tg@FreeBSD.org>2003-08-18 08:15:05 +0000
commit758e642e68b49f9dd860f2552e9652bb3707a5e0 (patch)
tree7f67fa85d0840b6fdca5cb76362ee070388ac985 /graphics
parent413b578abdfd1ebf5ef97de9422efeb3bb89f570 (diff)
downloadports-758e642e68b49f9dd860f2552e9652bb3707a5e0.tar.gz
ports-758e642e68b49f9dd860f2552e9652bb3707a5e0.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/skencil/Makefile2
-rw-r--r--graphics/sketch/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 31706b52afd9..a1b354f45bf8 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -16,7 +16,7 @@ COMMENT= An interactive drawing program
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Imaging.h:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${PYTHON_SITELIBDIR}/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \
${PYXML}
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 31706b52afd9..a1b354f45bf8 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -16,7 +16,7 @@ COMMENT= An interactive drawing program
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Imaging.h:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${PYTHON_SITELIBDIR}/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \
${PYXML}