diff options
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/bsdbuild/Makefile | 2 | ||||
| -rw-r--r-- | devel/p5-AnyEvent-I3/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/bsdbuild/Makefile b/devel/bsdbuild/Makefile index d6676b59278f..bdd0ba721eb1 100644 --- a/devel/bsdbuild/Makefile +++ b/devel/bsdbuild/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://stable.hypertriton.com/bsdbuild/ MAINTAINER= bapt@FreeBSD.org COMMENT= BSD-licensed portable build system -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes LICENSE= BSD diff --git a/devel/p5-AnyEvent-I3/Makefile b/devel/p5-AnyEvent-I3/Makefile index cb64635b33cd..091a32bd9568 100644 --- a/devel/p5-AnyEvent-I3/Makefile +++ b/devel/p5-AnyEvent-I3/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::I3.3 |
