diff options
author | tron <tron@pkgsrc.org> | 2001-03-04 09:06:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-04 09:06:09 +0000 |
commit | 5382bbe7c67dbe1f0203eb7972f8996ac6a8ec54 (patch) | |
tree | 386a9cc302ef515d46074f8ce0f95786725af501 /graphics/gif2png | |
parent | 840e7daa52040edd69f0bc405a9794291130b392 (diff) | |
download | pkgsrc-5382bbe7c67dbe1f0203eb7972f8996ac6a8ec54.tar.gz |
Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
Diffstat (limited to 'graphics/gif2png')
-rw-r--r-- | graphics/gif2png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 74af6373e89..915b70ee789 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/03/04 09:06:11 tron Exp $ # DISTNAME= gif2png-2.4.0 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/ COMMENT= convert GIF files to PNG -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png GNU_CONFIGURE= YES MAKE_ENV+= INCLUDES="-I${PREFIX}/include" |