diff options
Diffstat (limited to 'graphics/sketch/Makefile')
-rw-r--r-- | graphics/sketch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |