pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rt4 Build fix: missing dependency on graphics/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0a71701de41
branches:  trunk
changeset: 362183:b0a71701de41
user:      manu <manu%pkgsrc.org@localhost>
date:      Mon May 08 09:07:40 2017 +0000

description:
Build fix: missing dependency on graphics/p5-GraphViz

diffstat:

 devel/rt4/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f986aa7b48ad -r b0a71701de41 devel/rt4/Makefile
--- a/devel/rt4/Makefile        Mon May 08 08:50:25 2017 +0000
+++ b/devel/rt4/Makefile        Mon May 08 09:07:40 2017 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index