From f86b24b6c25c3741a6a8a77556f07ff8865a01a3 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 5 Aug 2006 01:19:16 +0000 Subject: [PATCH] INSTALLS_SHLIB -> USE_LDCONFIG --- devel/flatzebra/Makefile | 2 +- net/ngrep-lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index 7f3e60399ac4..a20cc46c66d7 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -19,7 +19,7 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include USE_SDL= sdl mixer image USE_GNOME= pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile index 21a85f55f421..8dfa2e8c2afe 100644 --- a/net/ngrep-lib/Makefile +++ b/net/ngrep-lib/Makefile @@ -18,7 +18,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include