summaryrefslogtreecommitdiff
path: root/x11-fm/x-files/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
commitbc087374d35aa9c841dd63d44e9c9697702921ed (patch)
tree9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /x11-fm/x-files/Makefile
parentgcc 2.95 requires us to be explicit about the return type of functions. (diff)
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23474
Diffstat (limited to 'x11-fm/x-files/Makefile')
-rw-r--r--x11-fm/x-files/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile
index 6376efcd20b6..adc7a18b7be9 100644
--- a/x11-fm/x-files/Makefile
+++ b/x11-fm/x-files/Makefile
@@ -8,20 +8,20 @@
DISTNAME= X-Files-2.00b1
PKGNAME= x-files-2.00b1
-CATEGORIES= x11-fm tk80
+CATEGORIES= x11-fm tk82
MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/
MAINTAINER= dmaddox@conterra.com
-BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/X-Files
NO_BUILD= yes
USE_X_PREFIX= yes
pre-install:
- @tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
+ @tclsh8.2 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
@${RM} -f ${WRKSRC}/xfinstall.tcl
@${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
@${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl