diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 03:01:15 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 03:01:15 +0000 |
commit | ba0325e4e3da3529ee52e3d67184bdd8248c209d (patch) | |
tree | 930fa5ba9e6a653ac75f2fa6c538d30e9527b96e /net | |
parent | 48b7e1be0c80e3f2bed58ee410d4a2a08dd88e31 (diff) | |
download | FreeBSD-ports-ba0325e4e3da3529ee52e3d67184bdd8248c209d.zip FreeBSD-ports-ba0325e4e3da3529ee52e3d67184bdd8248c209d.tar.gz |
Mark BROKEN for ELF: depends on blt
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 9a5293f..38b4193 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 |