diff options
author | tron <tron@pkgsrc.org> | 1999-03-04 13:51:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-04 13:51:17 +0000 |
commit | 4b8cb793c003714a1ac6da7a14b8879294924504 (patch) | |
tree | a3bf1ee930bdac39f6cf28a55375b7a7c42e0ef4 /graphics/ImageMagick | |
parent | f03e5614c7c540ea78e1aa829890ac2253f8c03d (diff) | |
download | pkgsrc-4b8cb793c003714a1ac6da7a14b8879294924504.tar.gz |
Update dependence for "png" package.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 22f183e6e1f..79c89341be8 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1999/03/03 18:45:08 tron Exp $ +# $NetBSD: Makefile,v 1.36 1999/03/04 14:03:34 tron Exp $ # DISTNAME= ImageMagick-4.2.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec -DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= tiff-3.4:../../graphics/tiff pre-configure: |