diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-04-03 10:17:01 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-04-03 10:17:01 +0000 |
commit | e3e933bd920233414705d7f988f09cdf5f454321 (patch) | |
tree | 39db4922e2de53bd65974e914dd758e8fbc852be /share | |
parent | 54694685d91ea2b7c9905c9c9951428dacbc0c83 (diff) |
Document CHECK_LIB_DEPENDS.
Based on an idea by bernd and nikolai.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ee0cbb4b0a0..1e0db6852ed 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.191 2007/03/30 13:46:24 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.192 2007/04/03 10:17:00 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -695,6 +695,15 @@ Many ports ignore it. See also .Ev COPTS , .Ev CDIAGFLAGS . +.It Ev CHECK_LIB_DEPENDS +Use settings. +If set to +.Sq Yes , +every package build will verify that shared libraries are correctly +registered. +Defaults to +.Sq \&No , +as this can be a big performance hit. .It Ev CHECKSUM_FILE Location for this port's checksums, used by .Ar addsum , |