diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 03:01:15 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 03:01:15 +0000 |
commit | 935ca7fdf46b9debb8ec490e856ca17730151dd0 (patch) | |
tree | 2f6940baf297c90a299b9a2653a39c9addd04189 /net/ttt | |
parent | Mark BROKEN for ELF: (diff) |
Mark BROKEN for ELF: depends on blt
Notes
Notes:
svn path=/head/; revision=13984
Diffstat (limited to 'net/ttt')
-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 9a5293fd5be1..38b41936ffb9 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,7 +3,7 @@ # Date created: 22 September 1998 # Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.10 1998/09/25 10:07:46 asami Exp $ +# $Id: Makefile,v 1.11 1998/10/09 10:05:53 asami Exp $ # DISTNAME= ttt-1.3 @@ -17,6 +17,8 @@ LIB_DEPENDS= BLT.2:${PORTSDIR}/x11-toolkits/blt \ tcl80.1:${PORTSDIR}/lang/tcl80 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN_ELF= depends on blt + GNU_CONFIGURE= yes INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |