diff options
author | agc <agc> | 1999-04-01 13:38:43 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-01 13:38:43 +0000 |
commit | 0e189d6c940c441d3b9483725fadffc823e99a7d (patch) | |
tree | da5d46c57de4dca381b391a1b057e69e88cfec3a /net/tkicb | |
parent | e79338689b43ae7cc6dc00369c599dcd91e8e4f7 (diff) | |
download | pkgsrc-0e189d6c940c441d3b9483725fadffc823e99a7d.tar.gz |
Update to tk version 8.0.5. This seems to be primarily a bug-fix release.
Diffstat (limited to 'net/tkicb')
-rw-r--r-- | net/tkicb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tkicb/Makefile b/net/tkicb/Makefile index 3d99f47b7f9..e88f5d7f084 100644 --- a/net/tkicb/Makefile +++ b/net/tkicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/01/29 19:31:12 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/01 13:38:45 agc Exp $ # DISTNAME= icb.2.1.4 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.icb.net/ -DEPENDS= tk-8.0p2:../../x11/tk80 +DEPENDS= tk-8.0.5:../../x11/tk80 NO_PATCH= yes NO_CONFIGURE= yes |