summaryrefslogtreecommitdiff
path: root/net/p5-Net-Gnats
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-03-18 02:39:56 +0000
committermef <mef@pkgsrc.org>2015-03-18 02:39:56 +0000
commite0e215ae68016073036b232ee20c8750fc3fe57e (patch)
treed4079ab6d51ca8117a1af7fb6ea0f92cca0ccf6c /net/p5-Net-Gnats
parenta954f42d1501334216d2a7f4f6f8a4c8597a4e97 (diff)
downloadpkgsrc-e0e215ae68016073036b232ee20c8750fc3fe57e.tar.gz
Correction to build problem. Add two DEPENDS.
Diffstat (limited to 'net/p5-Net-Gnats')
-rw-r--r--net/p5-Net-Gnats/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Gnats/Makefile b/net/p5-Net-Gnats/Makefile
index 04bd700e219..2765c64b200 100644
--- a/net/p5-Net-Gnats/Makefile
+++ b/net/p5-Net-Gnats/Makefile
@@ -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 @@ HOMEPAGE= http://gnatsperl.sourceforge.net/
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"