diff options
author | agc <agc> | 1999-04-01 13:38:43 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-01 13:38:43 +0000 |
commit | 43a439bfafc87969143eacc01fe95e4f68a8dc12 (patch) | |
tree | da5d46c57de4dca381b391a1b057e69e88cfec3a /mbone/vic | |
parent | e31512d764909bd113afbbbe9e0cd46af731feb1 (diff) | |
download | pkgsrc-43a439bfafc87969143eacc01fe95e4f68a8dc12.tar.gz |
Update to tk version 8.0.5. This seems to be primarily a bug-fix release.
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 1716db0ac2a..cba8ab633bf 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/01/30 23:18:53 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/01 13:38:44 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -10,7 +10,7 @@ DISTFILES= vicsrc-2.8.tar.gz MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ -DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= tk-8.0.5:../../x11/tk80 GNU_CONFIGURE= yes USE_X11BASE= yes |