diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-14 01:33:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-14 01:33:15 +0000 |
commit | 08ee6ea9df84fc82170e3601e423dfe95799aa13 (patch) | |
tree | 5dc00f28b9fbd6db79ff75d819418ac0bcf0becb /math/Makefile | |
parent | 165b37a218dc6424813cd4c0dd54e0e080327746 (diff) | |
download | ports-08ee6ea9df84fc82170e3601e423dfe95799aa13.tar.gz ports-08ee6ea9df84fc82170e3601e423dfe95799aa13.zip |
add lambda 0.1.4
A lambda calculus interpreter
Notes
Notes:
svn path=/head/; revision=109095
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d74e03eecec1..02843d2460f0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -77,6 +77,7 @@ SUBDIR += kaskade SUBDIR += koctave SUBDIR += kseg + SUBDIR += lambda SUBDIR += lapack SUBDIR += lapack++ SUBDIR += libgmp-freebsd |