diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-28 15:15:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-28 15:15:30 +0000 |
commit | 913f257b14145bffddfb45b4f747a7f246da591d (patch) | |
tree | 4fa53a7194f3e747a26988c0479cd06e68c7cba7 /lang/Makefile | |
parent | 8b34cc457c8a6d300d8b8939ea9a13d4a7ed3186 (diff) | |
download | pkgsrc-913f257b14145bffddfb45b4f747a7f246da591d.tar.gz |
Re-add smalleiffel. I don't know enough about Eiffel to make its
two dependencies work with SmartEiffel instead.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index c64ac1895d8..16653d3dd84 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.201 2004/11/28 06:36:16 taca Exp $ +# $NetBSD: Makefile,v 1.202 2004/11/28 15:15:30 wiz Exp $ # COMMENT= Programming languages @@ -139,6 +139,7 @@ SUBDIR+= scheme48 SUBDIR+= scm SUBDIR+= siod SUBDIR+= smalltalk +SUBDIR+= smalleiffel SUBDIR+= smarteiffel SUBDIR+= smlnj SUBDIR+= snobol |