summaryrefslogtreecommitdiff
path: root/graphics/gif2png
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-22 09:32:18 +0000
committerwiz <wiz@pkgsrc.org>2001-05-22 09:32:18 +0000
commit26c40c61dd1d726913b4b92c5749d3561b40f140 (patch)
tree1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /graphics/gif2png
parent1ae709ff51fb04b43ea64c7120ae73bf58d442f7 (diff)
downloadpkgsrc-26c40c61dd1d726913b4b92c5749d3561b40f140.tar.gz
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Diffstat (limited to 'graphics/gif2png')
-rw-r--r--graphics/gif2png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
index dba0eb083fc..58dc00a2366 100644
--- a/graphics/gif2png/Makefile
+++ b/graphics/gif2png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/03/13 13:54:48 tron Exp $
+# $NetBSD: Makefile,v 1.16 2001/05/22 09:32:20 wiz Exp $
DISTNAME= gif2png-2.4.2
CATEGORIES= graphics converters
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/
COMMENT= convert GIF files to PNG
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"