diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-05 01:19:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-05 01:19:16 +0000 |
commit | f86b24b6c25c3741a6a8a77556f07ff8865a01a3 (patch) | |
tree | 12424ed10a6e68332b2074ea3bcad34a21d30143 | |
parent | 1249b00781979d511815ff88dac3743cc02567f0 (diff) |
Notes
-rw-r--r-- | devel/flatzebra/Makefile | 2 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> |