summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:45:26 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:45:26 +0000
commit6741d38a9ffc5d78d5be560e353b2d6f4a5336a7 (patch)
tree5913637cc8fbdd513b4ffb5c2b21bc3d8325f041 /misc
parentDefault to using Tcl 8.2 unless FORCE_80 is defined. (diff)
Update to use Tcl/Tk version 8.2.
Notes
Notes: svn path=/head/; revision=23732
Diffstat (limited to 'misc')
-rw-r--r--misc/dotfile/Makefile6
-rw-r--r--misc/dotfile/files/patch-ac2
-rw-r--r--misc/dotfile/files/patch-ad2
3 files changed, 5 insertions, 5 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile
index 7804f79d02e7..ff289a4928da 100644
--- a/misc/dotfile/Makefile
+++ b/misc/dotfile/Makefile
@@ -7,13 +7,13 @@
#
DISTNAME= dotfile-2.2
-CATEGORIES= misc tk80
+CATEGORIES= misc tk82
MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/
MAINTAINER= oly@world.std.com
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
GNU_CONFIGURE= yes
MAN1= dotfile.1
diff --git a/misc/dotfile/files/patch-ac b/misc/dotfile/files/patch-ac
index 1a6401a8c10f..5e1ad0bbd2eb 100644
--- a/misc/dotfile/files/patch-ac
+++ b/misc/dotfile/files/patch-ac
@@ -21,7 +21,7 @@
echo "----------------------------------------------------------------------"
-! AC_PATH_PROGS(TCLSH, tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh, no)
+! AC_PATH_PROGS(TCLSH, tclsh8.2 tclsh7.6 tclsh7.5 tclsh7.4 tclsh, no)
if test "$TCLSH" = no; then
AC_MSG_ERROR(I couldn't find 'tclsh' please insert it into your pa
th and try again)
diff --git a/misc/dotfile/files/patch-ad b/misc/dotfile/files/patch-ad
index 79846373aabb..d814fa4bad88 100644
--- a/misc/dotfile/files/patch-ad
+++ b/misc/dotfile/files/patch-ad
@@ -25,7 +25,7 @@
-! for ac_prog in tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh
+! for ac_prog in tclsh8.2 tclsh7.6 tclsh7.5 tclsh7.4 tclsh
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2