diff options
author | alane <alane@FreeBSD.org> | 2003-02-01 04:16:20 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-02-01 04:16:20 +0800 |
commit | 734f488dc5e5a5bf67394534e8d94a46c278b7c5 (patch) | |
tree | d84ad6a56d49eb03250005be6ffa41a43c6c8d20 /devel/Makefile | |
parent | 4b519a533410a69fe610ae9e235cc0333b1a3f49 (diff) | |
download | freebsd-ports-gnome-734f488dc5e5a5bf67394534e8d94a46c278b7c5.tar.gz freebsd-ports-gnome-734f488dc5e5a5bf67394534e8d94a46c278b7c5.tar.zst freebsd-ports-gnome-734f488dc5e5a5bf67394534e8d94a46c278b7c5.zip |
OSSP mm is a 2-layer abstraction library which simplifies the usage of
shared memory between forked (and this way strongly related) processes under
Unix platforms. By Ralf Engelschall. Yum Yum.
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 ad3122489adf..526f3ad4fff2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -409,6 +409,7 @@ SUBDIR += oniguruma SUBDIR += openzz SUBDIR += orbitcpp + SUBDIR += ossp-mm SUBDIR += p4.el SUBDIR += p4db SUBDIR += p5-Agent |