summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-03-02 21:01:17 +0000
committerheinz <heinz@pkgsrc.org>2004-03-02 21:01:17 +0000
commit1e3527af1bcffe7d713c468945cbb752cf3e586d (patch)
tree6c8876da71b74751a26840abc974ec69b76618ea /graphics/ImageMagick
parent7bba9735e1139cf34bafe3e85c20c47899dfa4e9 (diff)
downloadpkgsrc-1e3527af1bcffe7d713c468945cbb752cf3e586d.tar.gz
ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 2a1d0c1fe59..c3cd0b54fd8 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2004/03/02 10:31:48 adam Exp $
+# $NetBSD: Makefile,v 1.114 2004/03/02 21:01:17 heinz Exp $
.include "Makefile.common"
@@ -8,7 +8,8 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
COMMENT= Package for display and interactive manipulation of images
-DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec
+BUILDLINK_DEPENDS.jasper+= jasper>=1.701.0
+DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec
CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'