summaryrefslogtreecommitdiffstats
path: root/bin/depsdot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/depsdot')
-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;