diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2011-07-15 23:12:00 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2011-07-15 23:12:00 +0000 |
commit | bf0b2cfe4905f7164986cdaf0cde67364b95f464 (patch) | |
tree | bcafb3427671776e58e7ff517b022d4115188297 /share | |
parent | 9cd871b108eac050edb6e5ea078e4d1f7616e923 (diff) |
document regress-depends-list.
espie@ ok.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1ef422cb6a0..2b03ebc5645 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.283 2011/07/05 15:29:32 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.284 2011/07/15 23:11:59 fgsch Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 5 2011 $ +.Dd $Mdocdate: July 15 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -85,9 +85,10 @@ for .It Ar full-{build,run,all}-depends Print all dependencies a package depends upon for building, running, or both, as a list of package names. -.It Ar {build,lib,run}-depends-list +.It Ar {build,lib,regress,run}-depends-list Print a list of first level package specifications a port depends as -build dependencies, library dependencies, or run dependencies. +build dependencies, library dependencies, regress dependencies or +run dependencies. .It Ar print-{build,run}-depends User convenience target that displays the result of .Ar full-{build,run}-depends |