diff options
Diffstat (limited to 'graphics/p5-CAD-Drawing-Template/Makefile')
-rw-r--r-- | graphics/p5-CAD-Drawing-Template/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-CAD-Drawing-Template/Makefile b/graphics/p5-CAD-Drawing-Template/Makefile index c05880898230..fef7e2f36f09 100644 --- a/graphics/p5-CAD-Drawing-Template/Makefile +++ b/graphics/p5-CAD-Drawing-Template/Makefile @@ -14,8 +14,8 @@ COMMENT= Replace tags with text and geometry LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \ - p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing +BUILD_DEPENDS= p5-CAD-Calc>=0:math/p5-CAD-Calc \ + p5-CAD-Drawing>=0:graphics/p5-CAD-Drawing RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |