diff options
author | mm <mm@FreeBSD.org> | 2010-09-21 17:39:54 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-09-21 17:39:54 +0800 |
commit | adade972d24a39d668d14baa546026f73e18f4ff (patch) | |
tree | 702171df4d077a222d4df69514decba0b0b7e977 /graphics | |
parent | 8171d13abfea285d224ce5d49374754ed2dbd932 (diff) | |
download | freebsd-ports-gnome-adade972d24a39d668d14baa546026f73e18f4ff.tar.gz freebsd-ports-gnome-adade972d24a39d668d14baa546026f73e18f4ff.tar.zst freebsd-ports-gnome-adade972d24a39d668d14baa546026f73e18f4ff.zip |
- Fix typo in last commit (unbreak)
Diffstat (limited to 'graphics')
-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 \ |