diff options
-rw-r--r-- | devel/mm/Makefile | 1 | ||||
-rw-r--r-- | devel/mm/pkg-comment | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/mm/Makefile b/devel/mm/Makefile index c9810e7c8b1f..81c49192090e 100644 --- a/devel/mm/Makefile +++ b/devel/mm/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/ MAINTAINER= rse@engelschall.com +USE_LIBTOOL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/devel/mm/pkg-comment b/devel/mm/pkg-comment index 58194c7b419a..5443f1a5b768 100644 --- a/devel/mm/pkg-comment +++ b/devel/mm/pkg-comment @@ -1 +1 @@ -Shared memory allocation library for applications with pre-forked process model +Shared memory allocation library for pre-forked process models |