diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-30 05:11:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-30 05:11:51 +0000 |
commit | 753b625edb7c3cb2695f2723c99844c9fd127595 (patch) | |
tree | b979a4068e641cc54e9968566ab18856f645f0a5 /devel/portlint | |
parent | 5be9ac0d0a2b2c23165363214b92858f8208e255 (diff) |
We only need Perl5 at runtime.
PR: 84029
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=140438
Diffstat (limited to 'devel/portlint')
-rw-r--r-- | devel/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index 64d1b08a7a6e..13486ebdd772 100644 --- a/devel/portlint/Makefile +++ b/devel/portlint/Makefile @@ -19,7 +19,7 @@ COMMENT= A verifier for FreeBSD port directory NO_BUILD= yes WRKSRC= ${WRKDIR}/src -USE_PERL5= yes +USE_PERL5_RUN= yes USE_REINPLACE= yes SRC= ${.CURDIR}/src |