diff options
author | jmz <jmz@FreeBSD.org> | 1996-11-04 22:53:15 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-11-04 22:53:15 +0800 |
commit | b7703be7597a814978bcf414867b8297d3863e6c (patch) | |
tree | c8173664643e8b2896ee3522c482c0692fb8a3d8 /emulators/tkhfs | |
parent | c45c701e4dba4cb18b34cb3bf86fee33316d2e96 (diff) | |
download | freebsd-ports-gnome-b7703be7597a814978bcf414867b8297d3863e6c.tar.gz freebsd-ports-gnome-b7703be7597a814978bcf414867b8297d3863e6c.tar.zst freebsd-ports-gnome-b7703be7597a814978bcf414867b8297d3863e6c.zip |
New version - tk4.1 compatible.
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 |