diff options
Diffstat (limited to 'math/p5-CAD-Calc/Makefile')
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index dc1cbd1d49c2..f63e1189c67b 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -18,7 +18,7 @@ COMMENT= Generic cad-related geometry calculations BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ ${SITE_PERL}/Math/Round/Var.pm:${PORTSDIR}/math/p5-Math-Round-Var \ ${SITE_PERL}/Math/Geometry/Planar/Offset.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Calc.3 |