diff options
author | az <az@FreeBSD.org> | 2012-07-04 01:38:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-04 01:38:41 +0800 |
commit | 57b1ceee96f3d92360e5b4ad62c0acbfe7c4e00e (patch) | |
tree | f55433d1c17f540df16862f1678b3abf2581934c /graphics | |
parent | c7e666db030340068fe6579b099e9a01fd3bbd29 (diff) | |
download | freebsd-ports-gnome-57b1ceee96f3d92360e5b4ad62c0acbfe7c4e00e.tar.gz freebsd-ports-gnome-57b1ceee96f3d92360e5b4ad62c0acbfe7c4e00e.tar.zst freebsd-ports-gnome-57b1ceee96f3d92360e5b4ad62c0acbfe7c4e00e.zip |
graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.
Reported by: Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat: az@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gscan2pdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/npretty/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Heatmap/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Magick-Iterator/Makefile | 2 | ||||
-rw-r--r-- | graphics/renrot/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index c5356fa1544c..1ee56db44c49 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \ p5-forks>=0:${PORTSDIR}/devel/p5-forks \ p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \ - ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \ + convert:${PORTSDIR}/graphics/ImageMagick \ p5-Goo-Canvas>=0:${PORTSDIR}/devel/p5-Goo-Canvas \ p5-Pango>=0:${PORTSDIR}/x11-toolkits/p5-Pango \ p5-Acme-Damn>=0:${PORTSDIR}/devel/p5-Acme-Damn \ diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile index 7f77a5241cf7..fb48155e07a6 100644 --- a/graphics/npretty/Makefile +++ b/graphics/npretty/Makefile @@ -16,7 +16,7 @@ MAINTAINER= peter@pean.org COMMENT= A simple web-gallery generator written in perl RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ - ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \ + convert:${PORTSDIR}/graphics/ImageMagick \ p5-forks>=0:${PORTSDIR}/devel/p5-forks LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index d4532146e01f..d161b62240d8 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -18,7 +18,7 @@ COMMENT= Methods to create, load, and save vector graphics 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 \ + convert:${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} diff --git a/graphics/p5-Image-Heatmap/Makefile b/graphics/p5-Image-Heatmap/Makefile index 4c150a18aa4d..80f0f5def31f 100644 --- a/graphics/p5-Image-Heatmap/Makefile +++ b/graphics/p5-Image-Heatmap/Makefile @@ -18,7 +18,7 @@ COMMENT= Convert geographic coordinates into a graphical heatmap LICENSE_COMB= dual LICENSE= ART20 GPLv1 -RUN_DEPENDS= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick WRKSRC= ${WRKDIR}/${PORTNAME} PERL_CONFIGURE= yes diff --git a/graphics/p5-Image-Magick-Iterator/Makefile b/graphics/p5-Image-Magick-Iterator/Makefile index ed1d5e71e8b5..27438ae97aad 100644 --- a/graphics/p5-Image-Magick-Iterator/Makefile +++ b/graphics/p5-Image-Magick-Iterator/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Sequentially read Image::Magick object from a filehandle -RUN_DEPENDS= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \ +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib PERL_CONFIGURE= yes diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile index 7c8987e7eada..9c8063a20754 100644 --- a/graphics/renrot/Makefile +++ b/graphics/renrot/Makefile @@ -28,7 +28,7 @@ PORTDOCS= AUTHORS README ChangeLog NEWS TODO .include <bsd.port.options.mk> .if defined(WITH_IMAGEMAGICK) -RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif post-install: |