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 /ports-mgmt | |
parent | Upgrade to 1.3.0rc2 (diff) |
We only need Perl5 at runtime.
PR: 84029
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=140438
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 64d1b08a7a6e..13486ebdd772 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/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 |