diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-21 17:50:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-21 17:50:07 +0000 |
commit | 2949ca251a79c7a93ac2f6faf44b8a9ec7a76182 (patch) | |
tree | 10906b788084772fa2aaf08afe9ec6e5b727ff39 /net/ttt/Makefile | |
parent | 39e2a4dd902a72ccd218c53feefcb09e19bb5f2a (diff) | |
download | ports-2949ca251a79c7a93ac2f6faf44b8a9ec7a76182.tar.gz ports-2949ca251a79c7a93ac2f6faf44b8a9ec7a76182.zip |
Notes
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 2f780800481d..5b0aaf64d9f7 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$ +# $Id: Makefile,v 1.1.1.1 1997/11/20 13:44:30 itojun Exp $ # DISTNAME= ttt-0.4.1 @@ -14,6 +14,8 @@ MAINTAINER= itojun@itojun.org LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt +BROKEN= tk.h + INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |