diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-09-27 07:19:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-09-27 07:19:36 +0000 |
commit | 49a913bd62996c9b3a5286d2846aa0a0f49a1f5c (patch) | |
tree | e8cfbcfa714489f25e1838b85ed0fdf2b0bd4f49 /misc/tkinfo | |
parent | 35c8d1d8a89f0148f7353771637e96d7f364db23 (diff) | |
download | ports-49a913bd62996c9b3a5286d2846aa0a0f49a1f5c.tar.gz ports-49a913bd62996c9b3a5286d2846aa0a0f49a1f5c.zip |
Make tkinfo work with tk-4.1.
Notes
Notes:
svn path=/head/; revision=3885
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 4 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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` "$@" |