summaryrefslogtreecommitdiff
path: root/converters/psiconv/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2000-08-30 16:13:12 +0000
committersakamoto <sakamoto>2000-08-30 16:13:12 +0000
commitaa68b58e3027217db08d47b1de95fefe624a277c (patch)
tree26c5eb20c6034f295529771d9df3279cd8af4a1c /converters/psiconv/Makefile
parentbbf7fe4f842c7098b39eafa365d4eab66eb28ea7 (diff)
downloadpkgsrc-aa68b58e3027217db08d47b1de95fefe624a277c.tar.gz
API of ImageMagick changed(s/CreateImage/ConstituteImage/).
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r--converters/psiconv/Makefile4
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