summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-10-28 16:24:50 +0000
committeragc <agc@pkgsrc.org>2003-10-28 16:24:50 +0000
commitca4d75f8e5b1558910353d509b8b5a66778604b4 (patch)
treeee2b95df0cbee094791629d45b04c0608aac393f /lang/Makefile
parent6e0b518fd7959742ffbd4d12648bfe37ac79ced6 (diff)
downloadpkgsrc-ca4d75f8e5b1558910353d509b8b5a66778604b4.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/Makefile')
-rw-r--r--lang/Makefile4
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