diff options
author | jlam <jlam> | 2001-05-05 19:51:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-05 19:51:13 +0000 |
commit | ed054e12ed7796a9ccfa81702328ad27e52dbb86 (patch) | |
tree | 498f9ff3486fd89c83daf11581a2f30431077b10 /chat | |
parent | b60ec9fcfccb87705b8f2e8a6bbe4b0ace8034b0 (diff) | |
download | pkgsrc-ed054e12ed7796a9ccfa81702328ad27e52dbb86.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')
-rw-r--r-- | chat/tkicb/Makefile | 4 | ||||
-rw-r--r-- | chat/zircon/Makefile | 4 |
2 files changed, 4 insertions, 4 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} diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index edd30e4281d..a2d04e4c081 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/23 19:17:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/05 19:51:13 jlam Exp $ # DISTNAME= zircon-1.18.245 @@ -9,7 +9,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/ COMMENT= X11 interface to Internet Relay Chat -DEPENDS+= tk-8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk IS_INTERACTIVE= yes NO_BUILD= yes |