pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/rt4
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
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/rt4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/rt4/Makefile
diff -u pkgsrc/devel/rt4/Makefile:1.23 pkgsrc/devel/rt4/Makefile:1.24
--- pkgsrc/devel/rt4/Makefile:1.23 Sat Jul 9 06:38:12 2016
+++ pkgsrc/devel/rt4/Makefile Mon May 8 09:07:40 2017
@@ -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]*:../../graphi
# 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