diff options
Diffstat (limited to 'math/p5-CAD-Calc/Makefile')
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index f5f13c18df13..1edcf0cdfe1a 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -14,9 +14,9 @@ COMMENT= Generic cad-related geometry calculations LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset \ - p5-Math-Round-Var>=0:${PORTSDIR}/math/p5-Math-Round-Var \ - p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec +BUILD_DEPENDS= p5-Math-Geometry-Planar-Offset>=0:math/p5-Math-Geometry-Planar-Offset \ + p5-Math-Round-Var>=0:math/p5-Math-Round-Var \ + p5-Math-Vec>=0:math/p5-Math-Vec RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |