diff options
author | obache <obache@pkgsrc.org> | 2008-02-29 13:13:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-29 13:13:05 +0000 |
commit | ef8f56ecc318d7e1c0368ec93d8bce1d5d859a54 (patch) | |
tree | b93050e0a93b8b1abeb2eb31f17e8ff808635e4b /lang/Makefile | |
parent | c0c11c7eae8d6ad76be0fff0490757824ef04e6d (diff) | |
download | pkgsrc-ef8f56ecc318d7e1c0368ec93d8bce1d5d859a54.tar.gz |
Add and enable sigscheme.
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 5264bbc1570..19eb6ae4d9c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.249 2008/02/13 19:58:20 kefren Exp $ +# $NetBSD: Makefile,v 1.250 2008/02/29 13:13:05 obache Exp $ # COMMENT= Programming languages @@ -145,6 +145,7 @@ SUBDIR+= sather SUBDIR+= sbcl SUBDIR+= scheme48 SUBDIR+= scm +SUBDIR+= sigscheme SUBDIR+= siod SUBDIR+= smalleiffel SUBDIR+= smalltalk |