diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-04 14:53:15 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-04 14:53:15 +0000 |
commit | 70d2bff2516ca942f5fbf2b0229ffdeb7f8254a6 (patch) | |
tree | 0b96811955f73e968f46558343b2d4fbb3d34a75 /emulators/tkhfs | |
parent | Upgrade to version 1.5 (works with tk4.1) (diff) |
New version - tk4.1 compatible.
Notes
Notes:
svn path=/head/; revision=4295
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r-- | emulators/tkhfs/Makefile | 8 | ||||
-rw-r--r-- | emulators/tkhfs/distinfo | 2 | ||||
-rw-r--r-- | emulators/tkhfs/scripts/configure | 2 |
3 files changed, 6 insertions, 6 deletions
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 <bsd.port.mk> 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 |