diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-09-08 00:17:10 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-09-08 00:17:10 +0000 |
commit | b724e0bb5b66f932be04e4ba3531d0c13295f1b7 (patch) | |
tree | 82fda28fe16e01a7fbb300dae103c18828106e35 /emulators/tkhfs | |
parent | aa83601ea5255a2217d5e4c1c12b2974112e2d78 (diff) | |
download | ports-b724e0bb5b66f932be04e4ba3531d0c13295f1b7.tar.gz ports-b724e0bb5b66f932be04e4ba3531d0c13295f1b7.zip |
Notes
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r-- | emulators/tkhfs/Makefile | 4 | ||||
-rw-r--r-- | emulators/tkhfs/scripts/configure | 4 |
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; |