diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 17:16:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 17:16:34 +0800 |
commit | e1d1640d052ecc28335d88c5ba73364f858c1aca (patch) | |
tree | 244f54f88bf07b96f9040da98682115eb607f43f /lang | |
parent | 27dab6ac15f382cce50db57167b74ec542b97772 (diff) | |
download | freebsd-ports-gnome-e1d1640d052ecc28335d88c5ba73364f858c1aca.tar.gz freebsd-ports-gnome-e1d1640d052ecc28335d88c5ba73364f858c1aca.tar.zst freebsd-ports-gnome-e1d1640d052ecc28335d88c5ba73364f858c1aca.zip |
Mark this port BROKEN, until Chuck can figure out the quirks.
Reviewed by: chuckr
Diffstat (limited to 'lang')
-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} |