aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2007-04-10 23:04:05 +0800
committerjmz <jmz@FreeBSD.org>2007-04-10 23:04:05 +0800
commitd1d554fe5e16bfa260a2a8556d1732ef55606277 (patch)
treee1a0ea274d66e577925d0187274a31ffe04d1309 /emulators
parent0e20c07fbe00e1a822fe6ab32e1e3014132a394e (diff)
downloadfreebsd-ports-gnome-d1d554fe5e16bfa260a2a8556d1732ef55606277.tar.gz
freebsd-ports-gnome-d1d554fe5e16bfa260a2a8556d1732ef55606277.tar.zst
freebsd-ports-gnome-d1d554fe5e16bfa260a2a8556d1732ef55606277.zip
Use TCL/TK 8.4
PR: ports/110321 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/tkhfs/Makefile7
-rw-r--r--emulators/tkhfs/scripts/configure2
2 files changed, 5 insertions, 4 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index d93805585493..6c8a6a44ef2f 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -7,7 +7,8 @@
PORTNAME= tkhfs
PORTVERSION= 1.27
-CATEGORIES= emulators tk82
+PORTREVISION= 1
+CATEGORIES= emulators tk84
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTNAME= ${PORTNAME}
@@ -15,8 +16,8 @@ DISTNAME= ${PORTNAME}
MAINTAINER= jmz@FreeBSD.org
COMMENT= A Tcl/Tk front end to the hfs program
+USE_TK= yes
PLIST_FILES= bin/tkhfs
-RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
- wish8.2:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs
.include <bsd.port.mk>
diff --git a/emulators/tkhfs/scripts/configure b/emulators/tkhfs/scripts/configure
index 12153fb3371f..7e5cef44fb29 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)/wish8.2
+WISH = \$(BINDIR)/wish8.4
END
exit 0;