From 49a913bd62996c9b3a5286d2846aa0a0f49a1f5c Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 27 Sep 1996 07:19:36 +0000 Subject: Make tkinfo work with tk-4.1. --- misc/tkinfo/Makefile | 4 ++-- misc/tkinfo/files/patch-aa | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 08856f34df7d..c1fc8c60d6a3 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.6 1995/11/26 10:48:40 asami Exp $ +# $Id: Makefile,v 1.7 1996/06/05 09:08:22 tg Exp $ # DISTNAME= tkinfo-0.6 @@ -12,6 +12,6 @@ MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish:${PORTSDIR}/x11/tk +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 .include diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index 6ae5911ae1ff..c6ea7d911de8 100644 --- a/misc/tkinfo/files/patch-aa +++ b/misc/tkinfo/files/patch-aa @@ -4,10 +4,10 @@ *** 4,7 **** # a Bourne script: there is no way to get proper quoting and pass through ``~'' # in the csh. - # RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $ + # RCS: $Header: /home/ncvs/ports/misc/tkinfo/patches/patch-aa,v 1.1.1.1 1995/02/24 12:54:57 jmz Exp $ ! exec wish -f $0.tcl "$@" --- 4,7 ---- # a Bourne script: there is no way to get proper quoting and pass through ``~'' # in the csh. - # RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $ -! exec wish -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@" + # RCS: $Header: /home/ncvs/ports/misc/tkinfo/patches/patch-aa,v 1.1.1.1 1995/02/24 12:54:57 jmz Exp $ +! exec wish4.1 -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@" -- cgit