diff options
author | tg <tg@FreeBSD.org> | 1996-09-27 15:19:36 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-09-27 15:19:36 +0800 |
commit | 11be13f6db4ad3362a9051bbb444c1473b7e0396 (patch) | |
tree | a783c126a7ef6fb230e0bdc90a0e74382addc094 /misc | |
parent | eb54e28391e75e5d97102f9d0fbc94254870ffa7 (diff) | |
download | freebsd-ports-gnome-11be13f6db4ad3362a9051bbb444c1473b7e0396.tar.gz freebsd-ports-gnome-11be13f6db4ad3362a9051bbb444c1473b7e0396.tar.zst freebsd-ports-gnome-11be13f6db4ad3362a9051bbb444c1473b7e0396.zip |
Make tkinfo work with tk-4.1.
Diffstat (limited to 'misc')
-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` "$@" |