diff options
author | tg <tg@FreeBSD.org> | 2003-08-18 08:15:05 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2003-08-18 08:15:05 +0000 |
commit | 0bfcb9da54ff89822ff532582376ac90a2f0ab78 (patch) | |
tree | 68a87f72cbdee606fb111eb0919df65bf54ec77c /graphics/skencil | |
parent | e975936e7b88f3e53467916cb21e7c054ab81cec (diff) | |
download | FreeBSD-ports-0bfcb9da54ff89822ff532582376ac90a2f0ab78.zip FreeBSD-ports-0bfcb9da54ff89822ff532582376ac90a2f0ab78.tar.gz |
Fix RUN_DEPENDS; _imaging.so has moved.
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 31706b5..a1b354f 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} |