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 /net/ttt | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 15131c99b0e5..9e5c21dc45a8 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -7,15 +7,15 @@ # DISTNAME= ttt-1.4 -CATEGORIES= net tk80 +CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ - tcl80.1:${PORTSDIR}/lang/tcl80 \ - tk80.1:${PORTSDIR}/x11-toolkits/tk80 + tcl82.1:${PORTSDIR}/lang/tcl82 \ + tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes INSTALL_TARGET= install install-man |