diff options
author | knu <knu@FreeBSD.org> | 2002-09-10 02:47:42 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-10 02:47:42 +0800 |
commit | a702d4f445eb7d06ed958c82bb67f711b2559662 (patch) | |
tree | 608231700809c0b6c2acc0d248887c43692927af /lang/Makefile | |
parent | 67b07544c337de571c4fc9a323bf8083c16da3a5 (diff) | |
download | freebsd-ports-gnome-a702d4f445eb7d06ed958c82bb67f711b2559662.tar.gz freebsd-ports-gnome-a702d4f445eb7d06ed958c82bb67f711b2559662.tar.zst freebsd-ports-gnome-a702d4f445eb7d06ed958c82bb67f711b2559662.zip |
Add gauche, a scheme script interpreter with multibyte character
handling.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 69c92f3ea373..2ba19d7d42be 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -46,6 +46,7 @@ SUBDIR += fesi SUBDIR += forth SUBDIR += fpc + SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc27 SUBDIR += gcc28 |