aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2006-08-08 00:38:56 +0800
committeracm <acm@FreeBSD.org>2006-08-08 00:38:56 +0800
commit0333a7adbd3a2a934e568b3eab1c47d51343b288 (patch)
treec9fd2061955e86347a4b6c239bbcc01cf684ffa2 /devel
parent77762cebc6b3c9f47b65a7b5293f6d0801eefced (diff)
downloadfreebsd-ports-gnome-0333a7adbd3a2a934e568b3eab1c47d51343b288.tar.gz
freebsd-ports-gnome-0333a7adbd3a2a934e568b3eab1c47d51343b288.tar.zst
freebsd-ports-gnome-0333a7adbd3a2a934e568b3eab1c47d51343b288.zip
- Fix pkg-descr
- Replace deprecated INSTALL_SHLIB PR: 101587 Submitted by: Stanislav Sedov <ssedov_at_mbsd.msk.ru> Approved by: garga (mentor)
Diffstat (limited to 'devel')
-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.