diff options
author | Kenjiro Cho <kjc@FreeBSD.org> | 1998-10-28 12:39:25 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@FreeBSD.org> | 1998-10-28 12:39:25 +0000 |
commit | da99815d18a1ee9b8d99162fb8df19f2709b3ebf (patch) | |
tree | 04fc8493f269df6e04b84e42ae483d92014897ac /net/ttt | |
parent | 9aeb4904dc027b1119f268513595f9e20b406f1a (diff) | |
download | ports-da99815d18a1ee9b8d99162fb8df19f2709b3ebf.tar.gz ports-da99815d18a1ee9b8d99162fb8df19f2709b3ebf.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 38b41936ffb9..e50b7c3666ae 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.11 1998/10/09 10:05:53 asami Exp $ +# $Id: Makefile,v 1.12 1998/10/14 03:01:15 jseger Exp $ # DISTNAME= ttt-1.3 @@ -17,8 +17,6 @@ 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 |