diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 22:35:31 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 22:35:31 +0800 |
commit | 91641781addc93411abec99c00303ad5cb7395b1 (patch) | |
tree | 005bfb0785d22f0b489f32ab6f74f7d98052acff /misc | |
parent | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (diff) | |
download | freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.tar.gz freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.tar.zst freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tkcron/Makefile | 4 | ||||
-rw-r--r-- | misc/tkcron/files/Makefile | 2 | ||||
-rw-r--r-- | misc/tkinfo/Makefile | 4 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 80bd5118092e..be3f030c7339 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tkcron-2.12 -CATEGORIES= misc tk81 +CATEGORIES= misc tk80 MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/ EXTRACT_SUFX= .tcl.gz MAINTAINER= sander@haldjas.folklore.ee -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile index 5c93e51cc1da..b46a3ce43f0b 100644 --- a/misc/tkcron/files/Makefile +++ b/misc/tkcron/files/Makefile @@ -4,7 +4,7 @@ WISHDIR?= ${BINDIR} all: tkcron tkcron: - sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.1;g" tkcron.tcl > tkcron + sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron install: all install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR} 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: |