diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 12:51:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 12:51:18 +0000 |
commit | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (patch) | |
tree | 8f1b59cfbbd73620cc4a151c90372baa46f5e797 /textproc/p5-SGMLSpm | |
parent | d0f4eef0d7b9cfaab7394602c3c80cfe605a0d31 (diff) | |
download | ports-3d7ef3e463a5e930be63835c21dd2d345f88ea2d.tar.gz ports-3d7ef3e463a5e930be63835c21dd2d345f88ea2d.zip |
Notes
Diffstat (limited to 'textproc/p5-SGMLSpm')
-rw-r--r-- | textproc/p5-SGMLSpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-SGMLSpm/Makefile b/textproc/p5-SGMLSpm/Makefile index 9f93c4d7be8c..a4b683d4ef94 100644 --- a/textproc/p5-SGMLSpm/Makefile +++ b/textproc/p5-SGMLSpm/Makefile @@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}ii MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for postprocessing the output from sgmls and nsgmls -USE_PERL5_RUN= yes -USES= shebangfix +USE_PERL5= run +USES= shebangfix perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |