diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 15:51:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 15:51:29 +0000 |
commit | 2f1a9ebb80ea98def954e410421a260e8ba5fba9 (patch) | |
tree | be3824547912b10818d9e3314030c6715d8f815c /devel/bzapi | |
parent | adddd88d150dc2f7531eb8fef72e49aa13a6e9e9 (diff) | |
download | ports-2f1a9ebb80ea98def954e410421a260e8ba5fba9.tar.gz ports-2f1a9ebb80ea98def954e410421a260e8ba5fba9.zip |
Notes
Diffstat (limited to 'devel/bzapi')
-rw-r--r-- | devel/bzapi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bzapi/Makefile b/devel/bzapi/Makefile index a28419e5e188..7b4652be4b7c 100644 --- a/devel/bzapi/Makefile +++ b/devel/bzapi/Makefile @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80011:${PORTSDIR}/www/p5-Catalyst-Runtime bugzilla>=3.6:${PORTSDIR}/devel/bugzilla RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} do-install: |