summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorabs <abs>2001-09-30 22:10:33 +0000
committerabs <abs>2001-09-30 22:10:33 +0000
commit15248840ea2922051b1381343deddc6de258d2ba (patch)
tree4e3bcc5aa2849d6f22a8b4cfa5de424a5e70e653 /Packages.txt
parent79c926050dd3168ee041796e593eb5b4d2927f4a (diff)
downloadpkgsrc-15248840ea2922051b1381343deddc6de258d2ba.tar.gz
Add 'show-installed-depends' - neat implementation thanks to Hubert.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index a233514f018..7ed81b8d992 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.196 2001/09/29 23:15:45 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.197 2001/09/30 22:10:33 abs Exp $
###########################################################################
==========================
@@ -1492,6 +1492,10 @@ perform the equivalent of:
host, and can be invoked from the top-level pkgsrc Makefile by using the
target "show-host-specific-pkgs"
+ * show-installed-depends:
+ This target shows which installed packages match the current package's
+ DEPENDS. Useful if out of date DEPENDS are causing build problems.
+
* check-shlibs:
After a package is installed, check all it's binaries and (on ELF
platforms) shared libraries if they find the shared libs they need.