diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-22 13:31:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-22 13:31:56 +0000 |
commit | 73e7201f4036f5083c03f7a0df3f6156483509ba (patch) | |
tree | f8ac9cbdfb39ad2371cfcf678085dc4020bb19e5 /graphics/sketch | |
parent | 5494a4a377d1d70cdddd5de5207fc055a7f2930d (diff) | |
download | pkgsrc-73e7201f4036f5083c03f7a0df3f6156483509ba.tar.gz |
py-imaging>=1.0
Diffstat (limited to 'graphics/sketch')
-rw-r--r-- | graphics/sketch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index e12c19cc912..5a2dd6fc6d4 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/25 04:17:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/22 13:31:56 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1999/05/19 09:41:06 tg Exp $ DISTNAME= sketch-0.6.3 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://sketch.sourceforge.net/ COMMENT= Interactive drawing program -DEPENDS+= py-imaging-1.0b1:../../graphics/py-imaging +DEPENDS+= py-imaging>=1.0:../../graphics/py-imaging DEPENDS+= py-Tk>=1.5.2:../../x11/py-Tk USE_X11= YES |