diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-11-01 14:09:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-11-01 14:09:34 +0000 |
commit | 960384dcc2333d7389c59c64cfbb8f0861183b61 (patch) | |
tree | 2f61f182994a0f5a4dd694735f4fd818b002d145 /share | |
parent | bed0359dda1f1de56865b5bf8d013c0c84fe4ba2 (diff) |
document show-required-by
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c997219d05b..02a09b464b8 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.165 2005/09/12 22:14:22 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.166 2005/11/01 14:09:33 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -420,6 +420,10 @@ show the contents of ${name1} ${name2} ..., one variable value per line. Mostly used from recursive makes, or to know the contents of another port's variables without guessing wrongly. +.It Ar show-required-by +Prints the list of pkgpaths for all ports that will be affected by the +current port changing. +Works by walking the list of dependencies, in reverse. .It Ar unlink-categories Remove symbolic links in other directories that correspond to the port's .Ev CATEGORIES . |