diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /misc/tkinfo | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) | |
download | ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.tar.gz ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.zip |
Notes
Diffstat (limited to 'misc/tkinfo')
-rw-r--r-- | misc/tkinfo/Makefile | 6 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index f7733304bf74..6ca46893ef56 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,16 +3,16 @@ # Date created: 16 Jan 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.15 1997/12/16 09:26:12 tg Exp $ +# $Id: Makefile,v 1.16 1998/01/29 07:49:36 tg Exp $ # DISTNAME= tkinfo-2.4 -CATEGORIES= misc tk80 +CATEGORIES= misc tk81 MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= tg@FreeBSD.ORG -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 NO_BUILD= yes MAN1= tkinfo.1 diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa index 06b17a94ae6a..8b57ac9aa6aa 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.0 "$0" "$@" ++exec wish8.1 "$0" "$@" ########################################################################## # Version of TkInfo: |