pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/devel/rt4 Pullup ticket #5407 - requested by s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e039237e17
branches:  pkgsrc-2017Q1
changeset: 360371:a5e039237e17
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu May 11 18:30:57 2017 +0000

description:
Pullup ticket #5407 - requested by sevan
devel/rt4: build fix

Revisions pulled up:
- devel/rt4/Makefile                                            1.24

---
   Module Name:    pkgsrc
   Committed By:   manu
   Date:           Mon May  8 09:07:40 UTC 2017

   Modified Files:
           pkgsrc/devel/rt4: Makefile

   Log Message:
   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 95b2b1c1695a -r a5e039237e17 devel/rt4/Makefile
--- a/devel/rt4/Makefile        Thu May 11 18:16:16 2017 +0000
+++ b/devel/rt4/Makefile        Thu May 11 18:30:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:12 wiz Exp $
+# $NetBSD: Makefile,v 1.23.6.1 2017/05/11 18:30:57 bsiegert 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