diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-02 21:01:17 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-02 21:01:17 +0000 |
commit | 82835a1240d4bbc35f480604f287dc8920861672 (patch) | |
tree | 6c8876da71b74751a26840abc974ec69b76618ea /graphics | |
parent | db9f5481667c8e973ad9ba4214ab5b613a79346d (diff) | |
download | pkgsrc-82835a1240d4bbc35f480604f287dc8920861672.tar.gz |
ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 5 |
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' |