diff options
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 00657d2..28dbd8a 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,7 +3,7 @@ # Date created: 15 July 1998 # Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.4 1998/02/21 22:38:10 fenner Exp $ +# $Id: Makefile,v 1.6 1998/07/15 05:51:57 kjc Exp $ # DISTNAME= ttt-1.2 @@ -12,10 +12,10 @@ 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/blt. -LIB_DEPENDS= BLT\\.2\\.4:${PORTSDIR}/x11/blt \ +# the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. +LIB_DEPENDS= BLT\\.2\\.4:${PORTSDIR}/x11-toolkits/blt \ tcl80\\.1:${PORTSDIR}/lang/tcl80 \ - tk80\\.1:${PORTSDIR}/x11/tk80 + tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes INSTALL_TARGET= install install-man |