Add missing dependency:
p5-version (since versin 0.82) p5-Module-Builder (since versin 0.75) Should fix PR 38842. Bump PKGREVISION.
This commit is contained in:
parent
b01f784023
commit
dba64cab86
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2008/05/28 21:49:26 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2008/06/03 11:53:11 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Module-ScanDeps-0.84
|
||||
PKGREVISION= 1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5msd
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -16,5 +17,8 @@ PERL5_PACKLIST= auto/Module/ScanDeps/.packlist
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
||||
DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue