diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-07 16:38:56 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-07 16:38:56 +0000 |
commit | 7a25e0c62255eb01d4f7eb8e67f672799ab80877 (patch) | |
tree | 9497ca0b23b7fe3ed3c62be56a196cc56dc110a6 /devel | |
parent | 2638ef588057bf5b16b89ee0976f94370d743598 (diff) | |
download | ports-7a25e0c62255eb01d4f7eb8e67f672799ab80877.tar.gz ports-7a25e0c62255eb01d4f7eb8e67f672799ab80877.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/commoncpp/Makefile | 2 | ||||
-rw-r--r-- | devel/commoncpp/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 14678f930c9d..93cbcb46eb3c 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -30,7 +30,7 @@ GNU_CONFIGURE= yes USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_DOXYGEN=no -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INFO= commoncpp2 diff --git a/devel/commoncpp/pkg-descr b/devel/commoncpp/pkg-descr index d400a7c09221..794dfd6b2e9f 100644 --- a/devel/commoncpp/pkg-descr +++ b/devel/commoncpp/pkg-descr @@ -1,4 +1,4 @@ -Common C++ offers a portable highly portable C++ application development +Common C++ offers a highly portable C++ application development framework. Common C++ provides classes for threads, sockets, daemon management, system logging, object synchronization, realtime network development, persistant object management, and file access. |