diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
commit | 022d07a5368497c263164eed27848d421b02336a (patch) | |
tree | 498f9ff3486fd89c83daf11581a2f30431077b10 /misc | |
parent | 966fe08a1693257bff873ed5fa9010e0da5c71ae (diff) | |
download | pkgsrc-022d07a5368497c263164eed27848d421b02336a.tar.gz |
Mechanical changes of tk DEPENDS:
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 4 | ||||
-rw-r--r-- | misc/kp/Makefile | 4 | ||||
-rw-r--r-- | misc/zorro/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index d8d5365e863..9228cb8b33e 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/25 04:18:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2001/05/05 19:51:17 jlam Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -10,7 +10,7 @@ MAINTAINER= oly@world.std.com HOMEPAGE= http://www.imada.ou.dk/~blackie/dotfile/ COMMENT= GUI dotfile generator program to create .config files -DEPENDS+= tk-8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk BUILD_DEFS+= DOTFILE_LANG diff --git a/misc/kp/Makefile b/misc/kp/Makefile index fea1443e907..6a3477be49f 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/02/17 18:09:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/05/05 19:51:17 jlam Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= packages@netbsd.org COMMENT= The Keyboard Practicer, touch-type training program -DEPENDS= tk-8.3.2:../../x11/tk +DEPENDS= tk>=8.3.2:../../x11/tk USE_X11= yes diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 00460694e96..b6fa52738d2 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/05/05 19:51:18 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= packages@netbsd.org COMMENT= Simple to-do list manager -DEPENDS+= tk-8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk NO_BUILD= yes USE_X11= yes |