diff options
author | demon <demon@FreeBSD.org> | 2006-12-03 20:45:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-03 20:45:59 +0800 |
commit | 19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679 (patch) | |
tree | 889b62ee02b60ed880e9674ed1d3af2d51df43cd /graphics | |
parent | 366497c70e15aade6793ec6da4933536b44b5600 (diff) | |
download | freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.gz freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.tar.zst freebsd-ports-gnome-19bb7c5f3b7b4d8a7d79bcfb14ed5b833cbf2679.zip |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-SWF-File/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index d0aa0143cfae..6d59ec9eee21 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -19,7 +19,7 @@ BUILD_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}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${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 diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 7f92ea528b53..d744d75b3799 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for getting image information -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index e99d9665e675..835cd2440e2a 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@plab.ku.dk COMMENT= Perl5 module to determine the size of images in several common formats -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 344fa724ac03..534c200e1be7 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -17,7 +17,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Manipulating Flash movie (SWF) files BUILD_DEPENDS= ${SITE_PERL}/Data/TemporaryBag.pm:${PORTSDIR}/devel/p5-Data-TemporaryBag \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |