diff options
-rw-r--r-- | devel/p5-signatures/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-signatures/Makefile b/devel/p5-signatures/Makefile index 1c77aedf1ff..2f2dd7b3244 100644 --- a/devel/p5-signatures/Makefile +++ b/devel/p5-signatures/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/19 18:04:07 abs Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/09 23:23:56 abs Exp $ DISTNAME= signatures-0.03 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ COMMENT= Subroutine signatures with no source filter USE_LANGUAGES= c PERL5_PACKLIST= auto/signatures/.packlist +BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends + DEPENDS+= p5-B-Hooks-OP-Check>=0.13:../../devel/p5-B-Hooks-OP-Check DEPENDS+= p5-B-Hooks-OP-PPAddr>=0:../../devel/p5-B-Hooks-OP-PPAddr DEPENDS+= p5-B-Hooks-Parser>=0.07:../../devel/p5-B-Hooks-Parser |