diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-04 21:34:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-04 21:34:35 +0000 |
commit | c7b2770816686d5df56aa3889411d71cd4efa0b9 (patch) | |
tree | b471ec7fba7ce33292e44531c5306c570f3ca32d | |
parent | Give credit where due, the previous commit was based on a PR (diff) |
- Mark BROKEN: does not build
Can't locate ExtUtils/Depends.pm in @INC (@INC contains: [..]
BEGIN failed--compilation aborted at ./Makefile.PL line 3.
Reported by: pointyhat
-rw-r--r-- | devel/p5-Devel-BeginLift/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Devel-BeginLift/Makefile b/devel/p5-Devel-BeginLift/Makefile index 2c8458edf1ed..5c35fcaf2d12 100644 --- a/devel/p5-Devel-BeginLift/Makefile +++ b/devel/p5-Devel-BeginLift/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= \ p5-B-Hooks-OP-Check-EntersubForCV>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-Check-EntersubForCV BUILD_DEPENDS= ${RUN_DEPENDS} +BROKEN= does not build + PERL_CONFIGURE= yes MAN3= Devel::BeginLift.3 |