aboutsummaryrefslogtreecommitdiff
path: root/devel/commoncpp
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-07 16:38:56 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-07 16:38:56 +0000
commit7a25e0c62255eb01d4f7eb8e67f672799ab80877 (patch)
tree9497ca0b23b7fe3ed3c62be56a196cc56dc110a6 /devel/commoncpp
parent2638ef588057bf5b16b89ee0976f94370d743598 (diff)
downloadports-7a25e0c62255eb01d4f7eb8e67f672799ab80877.tar.gz
ports-7a25e0c62255eb01d4f7eb8e67f672799ab80877.zip
Notes
Diffstat (limited to 'devel/commoncpp')
-rw-r--r--devel/commoncpp/Makefile2
-rw-r--r--devel/commoncpp/pkg-descr2
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.