summaryrefslogtreecommitdiffstats
path: root/templates/packages/details_requiredby.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/details_requiredby.html')
-rw-r--r--templates/packages/details_requiredby.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/details_requiredby.html b/templates/packages/details_requiredby.html
index 15c62c6..24f8bbb 100644
--- a/templates/packages/details_requiredby.html
+++ b/templates/packages/details_requiredby.html
@@ -4,4 +4,6 @@
{% if req.pkg.repo.testing %}<span class="testing-dep">(testing)</span>{% endif %}
{% if req.pkg.repo.staging %}<span class="staging-dep">(staging)</span>{% endif %}
{% if req.deptype == 'O' %}<span class="opt-dep">(optional)</span>{% endif %}
+{% if req.deptype == 'M' %}<span class="make-dep">(make)</span>{% endif %}
+{% if req.deptype == 'C' %}<span class="check-dep">(check)</span>{% endif %}
</li>