summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2017-05-08 09:07:40 +0000
committermanu <manu@pkgsrc.org>2017-05-08 09:07:40 +0000
commit45bb57c0b7976bcb9a3b71bef34afe977f44bef1 (patch)
tree1f8d5cd34e583651628c2d5d860741e8e3e79dc2 /devel
parent235cb03ba72a60bfadda0f4bc7eaf49b9c23572e (diff)
downloadpkgsrc-45bb57c0b7976bcb9a3b71bef34afe977f44bef1.tar.gz
Build fix: missing dependency on graphics/p5-GraphViz
Diffstat (limited to 'devel')
-rw-r--r--devel/rt4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile
index 5173bc9cb8c..93367405495 100644
--- a/devel/rt4/Makefile
+++ b/devel/rt4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:12 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/05/08 09:07:40 manu Exp $
DISTNAME= rt-4.2.12
PKGNAME= ${DISTNAME:S/rt/rt4/}
@@ -123,6 +123,9 @@ DEPENDS+= p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph
# GD::Text is a part of p5-GDTextUtil.
DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
+# Graphviz dependencies
+DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
+
# GPG dependencies
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
DEPENDS+= p5-GnuPG-Interface-[0-9]*:../../security/p5-GnuPG-Interface