diff options
author | asami <asami@FreeBSD.org> | 1997-03-05 20:24:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-05 20:24:57 +0800 |
commit | 5249c158f05c41d4675adca17ee1b798da3b43c0 (patch) | |
tree | f5d3806056d8d8746459f517a0526b36686fdecb /lang/gcl/Makefile | |
parent | 32ba5fee1c7fc6ee1a8e3fb50926162d6a8a88a9 (diff) | |
download | freebsd-ports-gnome-5249c158f05c41d4675adca17ee1b798da3b43c0.tar.gz freebsd-ports-gnome-5249c158f05c41d4675adca17ee1b798da3b43c0.tar.zst freebsd-ports-gnome-5249c158f05c41d4675adca17ee1b798da3b43c0.zip |
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: |