diff options
Diffstat (limited to 'textproc/xslint/Makefile')
-rw-r--r-- | textproc/xslint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index bfa61b8dc04b..f7fdb55d1114 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -12,9 +12,9 @@ COMMENT= XSL(T) stylesheet checker RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM -USES= shebangfix +USES= shebangfix perl5 USE_ZIP= yes -USE_PERL5_RUN= yes +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}-0.05 NO_BUILD= yes |