diff options
author | asami <asami@FreeBSD.org> | 2000-04-04 22:10:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-04 22:10:18 +0800 |
commit | cc6243c508d5614c2da9cc9aed7113f4553cbde5 (patch) | |
tree | 8d0a34b69bc8939c7ecedc80113d4240297d71f0 /graphics/sketch/Makefile | |
parent | f7175e1a5cb5a528ca3c04c9ffdaccf4e7a6ef5f (diff) | |
download | freebsd-ports-gnome-cc6243c508d5614c2da9cc9aed7113f4553cbde5.tar.gz freebsd-ports-gnome-cc6243c508d5614c2da9cc9aed7113f4553cbde5.tar.zst freebsd-ports-gnome-cc6243c508d5614c2da9cc9aed7113f4553cbde5.zip |
Add missing \ for continuation line.
Submitted by: Fenner's distfile survey error log
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 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 |