diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /devel/tkcvs | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'devel/tkcvs')
-rw-r--r-- | devel/tkcvs/Makefile | 4 | ||||
-rw-r--r-- | devel/tkcvs/files/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 532f5fef5ff2..cc6c41c42747 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tkcvs-6.0 -CATEGORIES= devel tk80 +CATEGORIES= devel tk82 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-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes MAN1= tkcvs.1 tkdiff.1 diff --git a/devel/tkcvs/files/patch-aa b/devel/tkcvs/files/patch-aa index 2fbced5d12af..da2a59dc3e5e 100644 --- a/devel/tkcvs/files/patch-aa +++ b/devel/tkcvs/files/patch-aa @@ -22,14 +22,14 @@ # Find a Tk interpreter. -WISH=`which wish4.0` -+WISH=`which wish8.0` ++WISH=`which wish8.2` if [ ! -f $WISH ]; then - WISH=`which wish4.1` + WISH=`which wish4.0` fi if [ ! -f $WISH ]; then - echo "I cant find a Tk interpreter on your system" -+ echo "I cant find a usefull Tk interpreter on your system" ++ echo "I cant find a useful Tk interpreter on your system" exit 1 fi |