diff options
author | will <will@FreeBSD.org> | 2002-06-27 22:32:30 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-27 22:32:30 +0800 |
commit | b622a506453fdb027cc659e558df7885166ba80e (patch) | |
tree | 86cde97b2362e28d94693ae1c26f8adf9c330ab7 /lang/Makefile | |
parent | c801b903464d8f1ad23cfa270912c5938e81aef8 (diff) | |
download | freebsd-ports-graphics-b622a506453fdb027cc659e558df7885166ba80e.tar.gz freebsd-ports-graphics-b622a506453fdb027cc659e558df7885166ba80e.tar.zst freebsd-ports-graphics-b622a506453fdb027cc659e558df7885166ba80e.zip |
Add qscheme 0.5.1, a small and fast Scheme interpreter.
PR: 34999
Submitted by: erik@smluc.org
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 26ff5dab808..fb91e364219 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -151,6 +151,7 @@ SUBDIR += python15 SUBDIR += python20 SUBDIR += python21 + SUBDIR += qscheme SUBDIR += ratfor SUBDIR += rexx-imc SUBDIR += rotfl |