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 /net/ngrep-lib | |
parent | 1249b00781979d511815ff88dac3743cc02567f0 (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG
Notes
Notes:
svn path=/head/; revision=169698
Diffstat (limited to 'net/ngrep-lib')
-rw-r--r-- | net/ngrep-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |