diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 09:39:54 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 09:39:54 +0000 |
commit | 7a8a648b301e5b8d19bd849560cb7f977ec40978 (patch) | |
tree | c0fc45aca76bd5ae6d2656f1527e2ff87534ffb7 | |
parent | 9078d26a63d7414b71b36ef51e3b4b458c92888c (diff) | |
download | ports-7a8a648b301e5b8d19bd849560cb7f977ec40978.tar.gz ports-7a8a648b301e5b8d19bd849560cb7f977ec40978.zip |
Notes
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index 118efaa15640..56fb3c9aed12 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ ${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 -BUILD_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} MAN3= CAD::Drawing.3 \ CAD::Drawing::Calculate.3 \ |