aboutsummaryrefslogtreecommitdiff
path: root/devel/libpeak
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 22:55:18 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 22:55:18 +0000
commit4de56a776b06e3e1141de9f8098f35898c845484 (patch)
tree6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /devel/libpeak
parentdb0ebc9499d9e83a7facb9785799a902707c4cf2 (diff)
downloadports-4de56a776b06e3e1141de9f8098f35898c845484.tar.gz
ports-4de56a776b06e3e1141de9f8098f35898c845484.zip
Notes
Diffstat (limited to 'devel/libpeak')
-rw-r--r--devel/libpeak/Makefile2
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>