diff options
Diffstat (limited to 'devel/libpeak/Makefile')
-rw-r--r-- | devel/libpeak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile index a88f72e87efd..ed41b20fd7f7 100644 --- a/devel/libpeak/Makefile +++ b/devel/libpeak/Makefile @@ -23,6 +23,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |