summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-01 14:27:22 +0000
committerwiz <wiz@pkgsrc.org>2001-02-01 14:27:22 +0000
commitc5d67ada2d17206bc2c39366630e437ad93ec2ec (patch)
treea2c4669427c656f97615845c203c062ca375fc55 /graphics
parent29cdf514f5bef57212a1d7ee1211268b90f70a88 (diff)
downloadpkgsrc-c5d67ada2d17206bc2c39366630e437ad93ec2ec.tar.gz
Update dependency on py-Tk to >=1.5.2. (I wonder if this'll work...)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sketch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 245115a8ac9..9f407278173 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/01/11 21:30:09 dent Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/01 14:27:22 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/
DEPENDS+= py-imaging-1.0b1:../../graphics/py-imaging
-DEPENDS+= py-Tk-1.5.2:../../x11/py-Tk
+DEPENDS+= py-Tk>=1.5.2:../../x11/py-Tk
USE_X11= YES