diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 9421a448686317fbc5d43fc41ed16892b01846d1 (patch) | |
tree | 01bbd49be2970efe44781c29b84234aed1351bcd /devel/vtcl | |
parent | fa7d16b2bbfd2e422f03467f092ddf602f39e724 (diff) | |
download | ports-9421a448686317fbc5d43fc41ed16892b01846d1.tar.gz ports-9421a448686317fbc5d43fc41ed16892b01846d1.zip |
Notes
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 4 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index ed8b5def2964..1f2305ab7acb 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -8,13 +8,13 @@ DISTNAME= vt-1.11 PKGNAME= vtcl-1.11 -CATEGORIES= devel x11 tk81 +CATEGORIES= devel x11 tk80 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ MAINTAINER= vanilla@FreeBSD.ORG -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/vtcl NO_BUILD= yes diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index d95aff2fcfd0..2de7e44da2b3 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.1 -f +! #!/usr/local/bin/wish8.0 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index 36bb1661e66e..e89be3cbe90b 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.1 +! PATH_TO_WISH=/usr/local/bin/wish8.0 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |