summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-09-08 00:17:10 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-09-08 00:17:10 +0000
commitb724e0bb5b66f932be04e4ba3531d0c13295f1b7 (patch)
tree82fda28fe16e01a7fbb300dae103c18828106e35 /emulators
parentUpgrade to 7.53, and as a result, unbreak. (diff)
Use tk 8.2
Submitted by: jseger
Notes
Notes: svn path=/head/; revision=21385
Diffstat (limited to 'emulators')
-rw-r--r--emulators/tkhfs/Makefile4
-rw-r--r--emulators/tkhfs/scripts/configure4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index edd5d0d876c7..8e64209d3f35 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -8,12 +8,12 @@
DISTNAME= tkhfs
PKGNAME= tkhfs-1.27
-CATEGORIES= emulators tk41
+CATEGORIES= emulators tk82
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
- wish4.1:${PORTSDIR}/x11-toolkits/tk41
+ wish8.2:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.mk>
diff --git a/emulators/tkhfs/scripts/configure b/emulators/tkhfs/scripts/configure
index 766984548dcf..12153fb3371f 100644
--- a/emulators/tkhfs/scripts/configure
+++ b/emulators/tkhfs/scripts/configure
@@ -6,7 +6,7 @@ cat >> Makefile << END || exit 1;
BINDIR = $PREFIX/bin
HFSBIN = \$(BINDIR)/hfs
-WISH = \$(BINDIR)/wish4.1
+WISH = \$(BINDIR)/wish8.2
END
-exit 0; \ No newline at end of file
+exit 0;