diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 7a8a7c7cf661..e5b0a0deee44 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: tkhfs -# Version required: 2.4 (taken from FSBox.tcl) +# Version required: 1.27 # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1995/11/22 11:48:23 asami Exp $ +# $Id: Makefile,v 1.11 1995/11/26 12:21:03 asami Exp $ # DISTNAME= tkhfs -PKGNAME= tkhfs-2.4 +PKGNAME= tkhfs-1.27 CATEGORIES+= emulators x11 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org -RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk +RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk41 .include diff --git a/emulators/tkhfs/distinfo b/emulators/tkhfs/distinfo index f0e2cd7276d3..bc2f7a86b474 100644 --- a/emulators/tkhfs/distinfo +++ b/emulators/tkhfs/distinfo @@ -1 +1 @@ -MD5 (tkhfs.tar.gz) = 87bffb549ed227db053a97d03fd14aa8 +MD5 (tkhfs.tar.gz) = 71b3f01ec254aec07ceb31153c5b4113 diff --git a/emulators/tkhfs/scripts/configure b/emulators/tkhfs/scripts/configure index 3c55e51d1d06..766984548dcf 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)/wish +WISH = \$(BINDIR)/wish4.1 END exit 0; \ No newline at end of file