summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 01:04:55 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-02 01:12:29 (EDT)
commit95b92b32e331c017f5f791596da2b7d1781b9bd7 (patch)
tree06e6a1b65012fdb4b954a901b57a969c5695065b
parent35d08c0ec3cb6d6b1660574822074fad95c38e20 (diff)
Render build dependencies
-rwxr-xr-xbin/depsdot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/depsdot b/bin/depsdot
index 84a7ee9..696cb6f 100755
--- a/bin/depsdot
+++ b/bin/depsdot
@@ -17,7 +17,7 @@ use POSIX qw(strftime);
my $SOURCE_URL = 'http://git.proteanos.com/depsdot/depsdot.git/';
my $BASE_URL = 'http://files.proteanos.com/pub/proteanos/feeds/dev/trunk';
-my @DEP_FIELDS = qw(Depends Recommends Suggests Pre-Depends);
+my @DEP_FIELDS = qw(Build-Depends Depends Recommends Suggests Pre-Depends);
my @IGNORE_DEPS = qw(libc.6);
my @src_pkgs;