diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-08-24 23:05:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-08-24 23:05:45 +0000 |
commit | 8e6ffbf205624cd147f7ae1fdbc1799eb94640f7 (patch) | |
tree | 7d81e39a9368d70960a70872986b4b7f970862d8 /devel/vtcl | |
parent | fcb4a9249138ac12890c2a0960f6b1b9839b9821 (diff) | |
download | ports-8e6ffbf205624cd147f7ae1fdbc1799eb94640f7.tar.gz ports-8e6ffbf205624cd147f7ae1fdbc1799eb94640f7.zip |
Notes
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 02981435772a..b50a9dbc83f3 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.2 1997/06/03 05:34:59 asami Exp $ +# $Id: Makefile,v 1.3 1997/06/03 10:21:47 asami Exp $ # DISTNAME= vt-1.10 PKGNAME= vtcl-1.10 -CATEGORIES= devel x11 tk42 +CATEGORIES= devel x11 tk80 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ MAINTAINER= vanilla@MinJe.com.TW -BUILD_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 +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 65c3afc48b63..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/wish4.2 -f +! #!/usr/local/bin/wish8.0 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index 57df9194090d..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/wish4.2 +! PATH_TO_WISH=/usr/local/bin/wish8.0 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |