diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 9421a448686317fbc5d43fc41ed16892b01846d1 (patch) | |
tree | 01bbd49be2970efe44781c29b84234aed1351bcd /misc/tkinfo | |
parent | fa7d16b2bbfd2e422f03467f092ddf602f39e724 (diff) | |
download | ports-9421a448686317fbc5d43fc41ed16892b01846d1.tar.gz ports-9421a448686317fbc5d43fc41ed16892b01846d1.zip |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
Notes
Notes:
svn path=/head/; revision=10236
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 4 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 6ca46893ef56..8b762ae89374 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -7,12 +7,12 @@ # DISTNAME= tkinfo-2.4 -CATEGORIES= misc tk81 +CATEGORIES= misc tk80 MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= tg@FreeBSD.ORG -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 NO_BUILD= yes MAN1= tkinfo.1 diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index 8b57ac9aa6aa..06b17a94ae6a 100644 --- a/misc/tkinfo/files/patch-aa +++ b/misc/tkinfo/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \ -exec wish "$0" "$@" -+exec wish8.1 "$0" "$@" ++exec wish8.0 "$0" "$@" ########################################################################## # Version of TkInfo: |