diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:53:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:53:46 +0000 |
commit | 235b4458e31c1bd16f2db6c015e1d680929d9f7c (patch) | |
tree | 8bf9c10eb762439d5e125de2557c9d33353661a3 /graphics/p5-CAD-Drawing | |
parent | 968f8f63070fd1dcaa5087b266a7ae8ce0911010 (diff) |
Notes
Diffstat (limited to 'graphics/p5-CAD-Drawing')
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index f6c6a568a2b7..c311aef31519 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Methods to create, load, and save vector graphics -RUN_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ - ${SITE_PERL}/CAD/Calc.pm:${PORTSDIR}/math/p5-CAD-Calc \ - ${SITE_PERL}/Math/MatrixReal.pm:${PORTSDIR}/math/p5-MatrixReal \ - ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ - ${SITE_PERL}/Stream/FileInputStream.pm:${PORTSDIR}/devel/p5-Stream \ - ${SITE_PERL}/Math/Geometry/Planar.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar +RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ + p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \ + p5-MatrixReal>=0:${PORTSDIR}/math/p5-MatrixReal \ + ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \ + p5-Stream>=0:${PORTSDIR}/devel/p5-Stream \ + p5-Math-Geometry-Planar>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar BUILD_DEPENDS= ${RUN_DEPENDS} MAN3= CAD::Drawing.3 \ |