diff options
author | manu <manu@pkgsrc.org> | 2017-05-08 09:07:40 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2017-05-08 09:07:40 +0000 |
commit | 196bfac94a8c2ab9078b73f821ad1c45b4061125 (patch) | |
tree | 6ee122371a050c0677c4a5e13d797b3eca2e9564 | |
parent | aec366b1a09f1f8d6f2910de6bcaa7e4f0783468 (diff) | |
download | pkgsrc-196bfac94a8c2ab9078b73f821ad1c45b4061125.tar.gz |
Build fix: missing dependency on graphics/p5-GraphViz
-rw-r--r-- | devel/rt4/Makefile | 5 |
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 |