diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 23:04:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 23:04:01 +0000 |
commit | 9c87e2bb2c6d387092862c21e803bc75b38eaa8f (patch) | |
tree | 9bfc6aa758c1b8050b76450c3ea371d016c2fc42 /devel/Makefile | |
parent | 79412075cb00c1a13b108de0c56e14faebe2ec3d (diff) |
Eris, the WorldForge client entity library is designed to simplify client
development (and avoid duplicating effort) by providing a common framework to
deal with server communications.
PR: ports/77064
Submitted by: Jan Rochel <jannisan@t-online.de>
Notes
Notes:
svn path=/head/; revision=128428
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8a278e663155..12ed76141b9a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -231,6 +231,7 @@ SUBDIR += epm SUBDIR += epydoc SUBDIR += eric + SUBDIR += eris SUBDIR += erlslang SUBDIR += error SUBDIR += esdl |