diff options
author | kjc <kjc@FreeBSD.org> | 1998-10-28 20:39:25 +0800 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 1998-10-28 20:39:25 +0800 |
commit | a9b240ecd4d9832e1bc879fa3c52a09c31c3ad11 (patch) | |
tree | 2b48893edcfa510b313b85653a7c90407a9f006d /net/ttt | |
parent | 0af71649af9060642a3592a778ade1b481778786 (diff) | |
download | freebsd-ports-gnome-a9b240ecd4d9832e1bc879fa3c52a09c31c3ad11.tar.gz freebsd-ports-gnome-a9b240ecd4d9832e1bc879fa3c52a09c31c3ad11.tar.zst freebsd-ports-gnome-a9b240ecd4d9832e1bc879fa3c52a09c31c3ad11.zip |
remove "BROKEN_ELF= depends on blt".
blt is already fixed.
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 |