summaryrefslogtreecommitdiff
path: root/devel/tkcvs
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
commit3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch)
tree9137a73e7f46f611647c62150ba20da9a5009917 /devel/tkcvs
parentactivate sendfile (diff)
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes: svn path=/head/; revision=9912
Diffstat (limited to 'devel/tkcvs')
-rw-r--r--devel/tkcvs/Makefile6
-rw-r--r--devel/tkcvs/files/patch-aa4
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile
index 0482b5bfb4c5..f4204ac1b51f 100644
--- a/devel/tkcvs/Makefile
+++ b/devel/tkcvs/Makefile
@@ -3,17 +3,17 @@
# Date created: 02 Aug 1996
# Whom: shanee@augusta.de
#
-# $Id: Makefile,v 1.10 1997/10/26 23:57:02 fenner Exp $
+# $Id: Makefile,v 1.11 1997/10/31 08:30:45 tg Exp $
#
DISTNAME= tkcvs-6.0
-CATEGORIES= devel tk80
+CATEGORIES= devel tk81
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/apps/tkcvs-6.0/ \
http://ftp.sunet.se/pub/lang/tcl/sorted/apps/tkcvs-6.0/
MAINTAINER= shanee@augusta.de
-LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
+LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
NO_BUILD= yes
MAN1= tkcvs.1 tkdiff.1
diff --git a/devel/tkcvs/files/patch-aa b/devel/tkcvs/files/patch-aa
index 2fbced5d12af..aa97081e2447 100644
--- a/devel/tkcvs/files/patch-aa
+++ b/devel/tkcvs/files/patch-aa
@@ -22,10 +22,10 @@
# Find a Tk interpreter.
-WISH=`which wish4.0`
-+WISH=`which wish8.0`
++WISH=`which wish8.1`
if [ ! -f $WISH ]; then
- WISH=`which wish4.1`
-+ WISH=`which wish4.0`
++ WISH=`which wish4.1`
fi
if [ ! -f $WISH ]; then
- echo "I cant find a Tk interpreter on your system"