Correction to build problem. Add two DEPENDS.
This commit is contained in:
parent
cfa6568108
commit
e144f394c7
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue