diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 18:05:29 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 18:05:29 +0000 |
commit | f2a257c76d25b42452906d5c82c7252fb7c69a87 (patch) | |
tree | 32fb70fa3a6851658cb949d6d321e40080354070 /lang/Makefile | |
parent | bento doesn't have a real working apxs. Use these unil bsd.apache.mk (diff) |
Add New Port: lang/fesi
FESI is a free EcmaScript interpreter written in 100% Java
PR: 20435
Submitted by: Leo Kim <leo@florida.sarang.net>
Notes
Notes:
svn path=/head/; revision=34197
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 b9a719967048..dcfcf18a5cf5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -26,6 +26,7 @@ SUBDIR += expect SUBDIR += f2c SUBDIR += f77 + SUBDIR += fesi SUBDIR += forth SUBDIR += gawk SUBDIR += gcc-devel |