diff options
Diffstat (limited to 'devel/log4cpp/Makefile')
-rw-r--r-- | devel/log4cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index b0da625d2699..177c6db85dd1 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -20,7 +20,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-pthreads --disable-html-docs MAKE_ENV+= RM=${RM} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |