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 /chat/tkicb | |
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 'chat/tkicb')
-rw-r--r-- | chat/tkicb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/tkicb/Makefile b/chat/tkicb/Makefile index c4571dcaa44..4e5a1ce9861 100644 --- a/chat/tkicb/Makefile +++ b/chat/tkicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/05 19:51:13 jlam Exp $ # DISTNAME= icb.2.1.4 @@ -11,7 +11,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.icb.net/ COMMENT= TK interface to the ICB chat system -DEPENDS= tk-8.3.2:../../x11/tk +DEPENDS= tk>=8.3.2:../../x11/tk RESTRICTED= "Author wishes to handle distribution" NO_BIN_ON_FTP= ${RESTRICTED} |