aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/vtcl/Makefile6
-rw-r--r--devel/vtcl/files/patch-aa2
-rw-r--r--devel/vtcl/files/patch-ab2
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