diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-04 14:10:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-04 14:10:18 +0000 |
commit | e45390cc29415b09fa5f02076dc262f34338bae5 (patch) | |
tree | fa75fa45a460ea156e8b17fd44fc98f973682f3c /graphics/sketch | |
parent | 2c4b07b9596de5d0cf680c756069bf4c792a4806 (diff) | |
download | ports-e45390cc29415b09fa5f02076dc262f34338bae5.tar.gz ports-e45390cc29415b09fa5f02076dc262f34338bae5.zip |
Notes
Diffstat (limited to 'graphics/sketch')
-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 7bbdfd49d134..33e6fc326d96 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://download.sourceforge.net/sketch/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging -RUN_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${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 |