diff options
author | acm <acm@FreeBSD.org> | 2006-08-08 00:38:56 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-08 00:38:56 +0800 |
commit | 0333a7adbd3a2a934e568b3eab1c47d51343b288 (patch) | |
tree | c9fd2061955e86347a4b6c239bbcc01cf684ffa2 /devel/commoncpp/Makefile | |
parent | 77762cebc6b3c9f47b65a7b5293f6d0801eefced (diff) | |
download | freebsd-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/commoncpp/Makefile')
-rw-r--r-- | devel/commoncpp/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |