diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-18 16:09:56 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-18 16:09:56 +0000 |
commit | ff9d59c6dd4e0e70c4b1afe172a4ed5d3b7b72c0 (patch) | |
tree | 4ce01011e724644fae313a17baeb894b219720f8 /Mk/bsd.port.mk | |
parent | 642f11f7c914244f68294d88281fd0c3ddb1a7de (diff) | |
download | ports-ff9d59c6dd4e0e70c4b1afe172a4ed5d3b7b72c0.tar.gz ports-ff9d59c6dd4e0e70c4b1afe172a4ed5d3b7b72c0.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d9f3ac71cbab..cf44f987c783 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5002,7 +5002,7 @@ missing: fi; \ done -# shwo missing dependencies by name +# Show missing dependencies by name missing-packages: @_packages=$$(${PKG_INFO} -aq); \ for dir in $$(${ALL-DEPENDS-LIST}); do \ |