diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-30 05:11:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-30 05:11:51 +0000 |
commit | 31a0dd92632997c2bcef46a2ef0f8bda84201e63 (patch) | |
tree | 2075d99bed4e97be01b5372c6bfc166a59bf4ccf /ports-mgmt/portlint | |
parent | 755e026e8a90ef6a91386be53c42983201344e18 (diff) | |
download | FreeBSD-ports-31a0dd92632997c2bcef46a2ef0f8bda84201e63.zip FreeBSD-ports-31a0dd92632997c2bcef46a2ef0f8bda84201e63.tar.gz |
We only need Perl5 at runtime.
PR: 84029
Submitted by: edwin
Diffstat (limited to 'ports-mgmt/portlint')
-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 64d1b08..13486eb 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 |