diff options
-rw-r--r-- | lang/itcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index a706430a839a..440535b11bbb 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.15 1996/11/12 02:18:30 obrien Exp $ +# $Id: Makefile,v 1.16 1996/11/13 02:00:44 chuckr Exp $ # DISTNAME= itcl2.1 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ MAINTAINER= chuckr@freebsd.org +BROKEN= yes # installation does not DTRT GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --exec_prefix=${PREFIX} |