diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-22 11:57:46 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-11-22 11:57:46 +0000 |
commit | 51aa45718326e56e8c26ff881810b758b8b50cf7 (patch) | |
tree | 36f4557271b0e704985a73d5640d998e27ce4a34 /net/ttt | |
parent | 96d887606d7ca1bbc4d66f90f81c8c4e42f2c25a (diff) | |
download | ports-51aa45718326e56e8c26ff881810b758b8b50cf7.tar.gz ports-51aa45718326e56e8c26ff881810b758b8b50cf7.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 5b0aaf64d9f7..b5a65100c40d 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.1.1.1 1997/11/20 13:44:30 itojun Exp $ +# $Id: Makefile,v 1.2 1997/11/21 17:50:07 asami Exp $ # DISTNAME= ttt-0.4.1 @@ -12,9 +12,10 @@ MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= itojun@itojun.org -LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt - -BROKEN= tk.h +# the tcl/tk LIB_DEPENDS has to match that of ports/x11/blt. +LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt \ + tcl75:${PORTSDIR}/lang/tcl75 \ + tk41\\.1:${PORTSDIR}/x11/tk41 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |