diff options
author | reed <reed@pkgsrc.org> | 2005-11-03 00:47:11 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-11-03 00:47:11 +0000 |
commit | 619c87d77725c3827da5c5830a34a7c34acc314f (patch) | |
tree | dbb8cc4830a0e78052ca4ca12d732dbbdb8325aa /graphics | |
parent | d03e7ec4a140bc189906a81d1d734910e97a98e3 (diff) | |
download | pkgsrc-619c87d77725c3827da5c5830a34a7c34acc314f.tar.gz |
Depend on at least the latest version of ImageMagick.
This fixed core dumps and
Exception 435: unable to open image `/var/var/tmp/tmp.0.00017342aa.ppm': No such file or directory
noticed when using html2ps.
The PerlMagick webpage says "get the PerlMagick distribution
corresponding installed ImageMagick distribution (e.g. PerlMagick
6.22 for ImageMagick 6.2.2)". We are using the source from the
ImageMagick distribution -- so use at least the same version.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index a67439b7279..a5fcb22ca0a 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2005/11/02 23:44:07 reed Exp $ +# $NetBSD: Makefile,v 1.45 2005/11/03 00:47:11 reed Exp $ .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5pma @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-perl=${PERL5} post-configure: perl5-configure +BUILDLINK_DEPENDS.ImageMagick+= ImageMagick>=${DISTVERSION} .include "../../graphics/ImageMagick/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../lang/perl5/module.mk" |