diff options
Diffstat (limited to 'textproc/p5-Petal-CodePerl/Makefile')
-rw-r--r-- | textproc/p5-Petal-CodePerl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Petal-CodePerl/Makefile b/textproc/p5-Petal-CodePerl/Makefile index 62cdef6a5a98..66a96a7a2546 100644 --- a/textproc/p5-Petal-CodePerl/Makefile +++ b/textproc/p5-Petal-CodePerl/Makefile @@ -18,7 +18,7 @@ COMMENT= Make Petal go faster by compiling the expressions BUILD_DEPENDS= ${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ ${SITE_PERL}/Code/Perl.pm:${PORTSDIR}/devel/p5-Code-Perl -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Petal::CodePerl.3 Petal::CodePerl::Expr.3 \ Petal::CodePerl::Modifiers.3 |