diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 23:45:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 23:45:26 +0800 |
commit | 677137786a7160dc6d802ced2c42d5c875227e3d (patch) | |
tree | 0a24d30ae42288232d8a778c2603124ede8d5f5c /misc | |
parent | 50753d82ee25f9145128701414fd67ea6e4226df (diff) | |
download | freebsd-ports-gnome-677137786a7160dc6d802ced2c42d5c875227e3d.tar.gz freebsd-ports-gnome-677137786a7160dc6d802ced2c42d5c875227e3d.tar.zst freebsd-ports-gnome-677137786a7160dc6d802ced2c42d5c875227e3d.zip |
Update to use Tcl/Tk version 8.2.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 6 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ac | 2 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ad | 2 |
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 |