diff options
Diffstat (limited to 'net/openslp/Makefile')
-rw-r--r-- | net/openslp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 9c3db1eda1cf..52936984b35c 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -18,7 +18,7 @@ COMMENT= Open-source implementation of the Service Location Protocol USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_OPENSSL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \ --localstatedir=/var CONFIGURE_TARGET=--target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |