pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Gnats Correction to build problem. Add two ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3182b22b58ac
branches:  trunk
changeset: 648743:3182b22b58ac
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Mar 18 02:39:56 2015 +0000

description:
Correction to build problem. Add two DEPENDS.

diffstat:

 net/p5-Net-Gnats/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 595c264a871c -r 3182b22b58ac net/p5-Net-Gnats/Makefile
--- a/net/p5-Net-Gnats/Makefile Wed Mar 18 02:34:08 2015 +0000
+++ b/net/p5-Net-Gnats/Makefile Wed Mar 18 02:39:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/02/21 12:27:59 mef Exp $
+# $NetBSD: Makefile,v 1.18 2015/03/18 02:39:56 mef Exp $
 #
 
 DISTNAME=      Net-Gnats-0.07
@@ -12,6 +12,9 @@
 COMMENT=       Perl interface to the gnatsd daemon
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-ExtUtils-MakeMaker-Coverage-[0-9]*:../../devel/p5-ExtUtils-MakeMaker-Coverage
+DEPENDS+=      p5-Object-Accessor-[0-9]*:../../devel/p5-Object-Accessor
+
 PERL5_PACKLIST=                auto/Net/Gnats/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index