diff options
Diffstat (limited to 'graphics/p5-CAD-Drawing-Template/Makefile')
-rw-r--r-- | graphics/p5-CAD-Drawing-Template/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-CAD-Drawing-Template/Makefile b/graphics/p5-CAD-Drawing-Template/Makefile index 50961dc932f7..b229d8da1735 100644 --- a/graphics/p5-CAD-Drawing-Template/Makefile +++ b/graphics/p5-CAD-Drawing-Template/Makefile @@ -17,7 +17,7 @@ COMMENT= Replace tags with text and geometry BUILD_DEPENDS= ${SITE_PERL}/CAD/Drawing.pm:${PORTSDIR}/graphics/p5-CAD-Drawing \ ${SITE_PERL}/CAD/Calc.pm:${PORTSDIR}/math/p5-CAD-Calc -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Drawing::Template.3 |