diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 12:24:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 12:24:57 +0000 |
commit | 575590a86b77247106ce44a4d3b20970f00d8ace (patch) | |
tree | 14380dc5d9b63d5ed44a1208565e30bef0b97e3d /lang/gcl/Makefile | |
parent | Make installation directory first so "tar -C" won't fail mysteriously (diff) |
Well, I did my best to try to make this thing compile but it seems
to require and older version of tcl/tk. Given that the latest version
(called 2.2, as opposed to 2.0 that we have) is timestamped November
'95, we may not have much hope. :(
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 2e7206e99065..cac9c8c1066f 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Feb 8 01:49:11 1995 # Whom: hsu # -# $Id: Makefile,v 1.6 1995/11/22 13:12:44 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/12 02:18:17 obrien Exp $ # DISTNAME= gcl-2.0 @@ -13,6 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +BROKEN= "Seems to depend on old version of tcl/tk" MAKEFILE= makefile do-install: |