diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 01:50:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 01:50:07 +0800 |
commit | 4ef39b949664b06889904fa56a10f5fab566e86f (patch) | |
tree | 10a514843bb43f90863ee20a256f49e0887885df /net | |
parent | 48c2b0f7e096a88ad95e2795dd8c9e27f31a4957 (diff) | |
download | freebsd-ports-gnome-4ef39b949664b06889904fa56a10f5fab566e86f.tar.gz freebsd-ports-gnome-4ef39b949664b06889904fa56a10f5fab566e86f.tar.zst freebsd-ports-gnome-4ef39b949664b06889904fa56a10f5fab566e86f.zip |
Mark this port broken, tk.h is not found.
Diffstat (limited to 'net')
-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 |