diff options
author | John Polstra <jdp@FreeBSD.org> | 2002-01-01 22:23:50 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2002-01-01 22:23:50 +0000 |
commit | e5c90a2538cab3afc1c6bc99b83de1e598fce056 (patch) | |
tree | a541e7f063c9f23224197db76b5ecf747594a27f /lang/Makefile | |
parent | 1b110d75a4f6d4995f71ed6ee6f8688b345ba22e (diff) | |
download | ports-e5c90a2538cab3afc1c6bc99b83de1e598fce056.tar.gz ports-e5c90a2538cab3afc1c6bc99b83de1e598fce056.zip |
Add a port for ezm3, a smaller, more portable distribution of the
Modula-3 compiler and runtime system for people who just want to
build CVSup. Smaller distfiles! Faster builds! No runtime
dependencies! Less memory usage! No more RTHeapDepC.c problems!
Smoother skin and glossier fur! (Well, most of those things.)
Notes
Notes:
svn path=/head/; revision=52472
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 5943ca8bfd41..4b31cf16c19e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -33,6 +33,7 @@ SUBDIR += eperl SUBDIR += erlang SUBDIR += expect + SUBDIR += ezm3 SUBDIR += f2c SUBDIR += f77 SUBDIR += fbbi |