diff options
author | agc <agc> | 2003-10-28 16:24:50 +0000 |
---|---|---|
committer | agc <agc> | 2003-10-28 16:24:50 +0000 |
commit | f03cc56d5050c8f232a402d1114359098a9ff02a (patch) | |
tree | ee2b95df0cbee094791629d45b04c0608aac393f /lang | |
parent | 97c025cb3d3d941cbcd5f6eb19ad0a82727f6f8d (diff) | |
download | pkgsrc-f03cc56d5050c8f232a402d1114359098a9ff02a.tar.gz |
Uncomment dylan-compiler - "Takes too long to build" is relative to the
platform, and there are far worse offenders these days.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index bcf518ee7e5..446c7a5e4ea 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2003/10/04 20:33:01 agc Exp $ +# $NetBSD: Makefile,v 1.162 2003/10/28 16:24:50 agc Exp $ # COMMENT= Programming languages @@ -22,7 +22,7 @@ SUBDIR+= clisp SUBDIR+= coq SUBDIR+= cu-prolog SUBDIR+= drscheme -#SUBDIR+= dylan-compiler # takes too long to build +SUBDIR+= dylan-compiler SUBDIR+= dylan-interpreter SUBDIR+= egcs SUBDIR+= eieio |