diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-22 09:32:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-22 09:32:18 +0000 |
commit | 26c40c61dd1d726913b4b92c5749d3561b40f140 (patch) | |
tree | 1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /graphics/xv/Makefile | |
parent | 1ae709ff51fb04b43ea64c7120ae73bf58d442f7 (diff) | |
download | pkgsrc-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/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index b3465dabf33..a49cc8d2c24 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/04/10 07:26:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.36 2001/05/22 09:32:23 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -18,7 +18,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trilon.com/xv/ COMMENT= X11 program that displays images of various formats -DEPENDS+= png>1.0.9:../png +DEPENDS+= png>=1.0.11:../png DEPENDS+= tiff-*:../../graphics/tiff USE_IMAKE= yes |