aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-CAD-Drawing/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 02:32:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 02:32:30 +0000
commit3f795ed79544f451dcbc7721ec25f7470245ab4b (patch)
tree8474ecf15973c32c010cc76f3cfb138e84dd508b /graphics/p5-CAD-Drawing/Makefile
parent5b91abfaae1c8bf3daa8a78955ac833c26b07aea (diff)
downloadports-3f795ed79544f451dcbc7721ec25f7470245ab4b.tar.gz
ports-3f795ed79544f451dcbc7721ec25f7470245ab4b.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248740
Diffstat (limited to 'graphics/p5-CAD-Drawing/Makefile')
-rw-r--r--graphics/p5-CAD-Drawing/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile
index ee8d96a770a4..924f19a14fd0 100644
--- a/graphics/p5-CAD-Drawing/Makefile
+++ b/graphics/p5-CAD-Drawing/Makefile
@@ -7,7 +7,7 @@
PORTNAME= CAD-Drawing
PORTVERSION= 0.26
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,7 +21,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \
${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/Stream/FileInputStream.pm:${PORTSDIR}/devel/p5-Stream \
- ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/Math/Geometry/Planar.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar
RUN_DEPENDS= ${BUILD_DEPENDS}