diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /devel/vtcl | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) |
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes:
svn path=/head/; revision=9912
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 6 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index d7e1f644b7c4..ed8b5def2964 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -3,18 +3,18 @@ # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.5 1997/11/30 19:38:51 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/02/13 15:07:54 vanilla Exp $ # DISTNAME= vt-1.11 PKGNAME= vtcl-1.11 -CATEGORIES= devel x11 tk80 +CATEGORIES= devel x11 tk81 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ MAINTAINER= vanilla@FreeBSD.ORG -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 WRKSRC= ${WRKDIR}/vtcl NO_BUILD= yes diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index 2de7e44da2b3..d95aff2fcfd0 100644 --- a/devel/vtcl/files/patch-aa +++ b/devel/vtcl/files/patch-aa @@ -4,4 +4,4 @@ *** 1,1 **** ! #!/usr/bin/wish -f --- 1,1 ---- -! #!/usr/local/bin/wish8.0 -f +! #!/usr/local/bin/wish8.1 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index e89be3cbe90b..36bb1661e66e 100644 --- a/devel/vtcl/files/patch-ab +++ b/devel/vtcl/files/patch-ab @@ -12,7 +12,7 @@ --- 1,7 ---- #!/bin/sh -! PATH_TO_WISH=/usr/local/bin/wish8.0 +! PATH_TO_WISH=/usr/local/bin/wish8.1 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |