pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-GraphViz



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 18 14:02:10 UTC 2017

Modified Files:
        pkgsrc/graphics/p5-GraphViz: Makefile

Log Message:
 Add BUILD_DEPENDS+= p5-File-Which-[0-9]* for make test


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/p5-GraphViz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/p5-GraphViz/Makefile
diff -u pkgsrc/graphics/p5-GraphViz/Makefile:1.35 pkgsrc/graphics/p5-GraphViz/Makefile:1.36
--- pkgsrc/graphics/p5-GraphViz/Makefile:1.35   Sat Aug 13 00:50:13 2016
+++ pkgsrc/graphics/p5-GraphViz/Makefile        Tue Apr 18 14:02:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2016/08/13 00:50:13 wen Exp $
+# $NetBSD: Makefile,v 1.36 2017/04/18 14:02:10 mef Exp $
 
 DISTNAME=      GraphViz-2.22
 PKGNAME=       p5-${DISTNAME}
@@ -13,6 +13,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 # This is for the 'test' target
 BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+BUILD_DEPENDS+=        p5-File-Which-[0-9]*:../../devel/p5-File-Which
 
 USE_TOOLS+=    pax
 



Home | Main Index | Thread Index | Old Index