diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-08-30 16:13:12 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-08-30 16:13:12 +0000 |
commit | 1b5c36b2fc29315a2a25469b40721f071ed1089a (patch) | |
tree | 26c5eb20c6034f295529771d9df3279cd8af4a1c /converters/psiconv/Makefile | |
parent | 293d05e6f82a916e45a239aa13af24c6a5babc2f (diff) | |
download | pkgsrc-1b5c36b2fc29315a2a25469b40721f071ed1089a.tar.gz |
API of ImageMagick changed(s/CreateImage/ConstituteImage/).
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r-- | converters/psiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index b73e3be40cd..b357d390ff9 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/08 15:21:05 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/30 16:13:12 sakamoto Exp $ # DISTNAME= psiconv-0.6.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/ DEPENDS+= libgetopt-[0-9]*:../../devel/libgetopt LIBS= -lgetopt .endif -DEPENDS+= ImageMagick-*:../../graphics/ImageMagick +DEPENDS+= ImageMagick>=5.2.2:../../graphics/ImageMagick MAGICK_CONFIG= ${LOCALBASE}/bin/Magick-config |