diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 22:35:31 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 22:35:31 +0800 |
commit | 91641781addc93411abec99c00303ad5cb7395b1 (patch) | |
tree | 005bfb0785d22f0b489f32ab6f74f7d98052acff /devel/tkcvs | |
parent | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (diff) | |
download | freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.tar.gz freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.tar.zst freebsd-ports-gnome-91641781addc93411abec99c00303ad5cb7395b1.zip |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
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 f4204ac1b51f..09db66aa7883 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tkcvs-6.0 -CATEGORIES= devel tk81 +CATEGORIES= devel tk80 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= tk81\\.1\\.:${PORTSDIR}/x11/tk81 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 NO_BUILD= yes MAN1= tkcvs.1 tkdiff.1 diff --git a/devel/tkcvs/files/patch-aa b/devel/tkcvs/files/patch-aa index aa97081e2447..2fbced5d12af 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.1` ++WISH=`which wish8.0` if [ ! -f $WISH ]; then - WISH=`which wish4.1` -+ WISH=`which wish4.1` ++ WISH=`which wish4.0` fi if [ ! -f $WISH ]; then - echo "I cant find a Tk interpreter on your system" |