diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /net/ttt | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
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 |