summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/krio/Makefile4
-rw-r--r--editors/abiword/Makefile4
-rw-r--r--editors/ted/Makefile8
-rw-r--r--editors/xemacs/Makefile4
-rw-r--r--games/crossfire-cli/Makefile4
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/alevt/Makefile4
-rw-r--r--graphics/clanlib/Makefile4
-rw-r--r--graphics/gd/Makefile4
-rw-r--r--graphics/gdk-pixbuf/Makefile.common4
-rw-r--r--graphics/gif2png/Makefile4
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/hp2xx/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/libgdgeda/Makefile4
-rw-r--r--graphics/libwmf/Makefile4
-rw-r--r--graphics/magicpoint/Makefile4
-rw-r--r--graphics/mgl/Makefile4
-rw-r--r--graphics/netpbm/Makefile4
-rw-r--r--graphics/ploticus/Makefile4
-rw-r--r--graphics/plotutils/Makefile4
-rw-r--r--graphics/povray/Makefile4
-rw-r--r--graphics/xart/Makefile4
-rw-r--r--graphics/xli/Makefile4
-rw-r--r--graphics/xpaint/Makefile4
-rw-r--r--graphics/xsane/Makefile4
-rw-r--r--graphics/xv/Makefile4
-rw-r--r--graphics/xzgv/Makefile4
-rw-r--r--lang/kaffe/Makefile4
-rw-r--r--math/R/Makefile4
-rw-r--r--math/grace/Makefile4
-rw-r--r--news/knews/Makefile4
-rw-r--r--print/cups/Makefile4
-rw-r--r--print/ghostscript-nox11/Makefile.common4
-rw-r--r--print/pdflib/Makefile4
-rw-r--r--print/teTeX-bin/Makefile4
-rw-r--r--wm/afterstep/Makefile4
-rw-r--r--wm/windowmaker/Makefile4
-rw-r--r--www/Mosaic/Makefile4
-rw-r--r--www/amaya/Makefile4
-rw-r--r--www/arena/Makefile4
-rw-r--r--www/chimera/Makefile4
-rw-r--r--www/htmldoc/Makefile4
-rw-r--r--www/mozilla/Makefile4
-rw-r--r--x11/XmHTML/Makefile4
-rw-r--r--x11/ebuilder/Makefile4
-rw-r--r--x11/fox/Makefile4
-rw-r--r--x11/kdelibs/Makefile4
-rw-r--r--x11/qt2-libs/Makefile4
-rw-r--r--x11/qtarch/Makefile4
-rw-r--r--x11/wxGTK/Makefile4
51 files changed, 104 insertions, 104 deletions
diff --git a/audio/krio/Makefile b/audio/krio/Makefile
index f5c4756fac9..a91ae044b8b 100644
--- a/audio/krio/Makefile
+++ b/audio/krio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/22 09:32:18 wiz Exp $
DISTNAME= Krio-19990721
PKGNAME= krio-19990721
@@ -17,7 +17,7 @@ RIODIR= ${PKGSRCDIR}/audio/rio/${WRKDIR:T}/rio107
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= qt1-1.44:../../x11/qt1
DEPENDS+= tiff-*:../../graphics/tiff
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 52135064089..849abc1fcc0 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/05/17 19:57:02 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2001/05/22 09:32:18 wiz Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -20,7 +20,7 @@ COMMENT= Open Source cross-platform word processor
BUILD_DEPENDS+= unzip-*:../../archivers/unzip
DEPENDS+= ispell-base-*:../../textproc/ispell-base
DEPENDS+= gtk+-1.2.*:../../x11/gtk
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_X11= # defined
USE_XPM= # defined
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index f5afb87f639..56fb2ae39a6 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/05/19 17:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/05/22 09:32:18 wiz Exp $
DISTNAME= ted-2.10.src
PKGNAME= ted-2.10
@@ -11,9 +11,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= X11 based WordPad-like word processor
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
-DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= png>=1.0.11:../../graphics/png
+DEPENDS+= tiff-*:../../graphics/tiff
USE_MOTIF= YES
USE_X11= YES
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 91071747d04..f60a20fffa4 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2001/03/04 09:06:10 tron Exp $
+# $NetBSD: Makefile,v 1.33 2001/05/22 09:32:19 wiz Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.14
@@ -16,7 +16,7 @@ HOMEPAGE= http://www.xemacs.org/
COMMENT= XEmacs text editor version 21
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= jpeg-*:../../graphics/jpeg
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile
index cc91287b6eb..af5cc06f328 100644
--- a/games/crossfire-cli/Makefile
+++ b/games/crossfire-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:10 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:19 wiz Exp $
#
DISTNAME= crossfire-client-0.95.8
@@ -11,7 +11,7 @@ HOMEPAGE= http://crossfire.real-time.com/
COMMENT= Client for X11 game similar to gauntlet and nethack
DEPENDS+= gtk+>=1.2.4:../../x11/gtk
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
EXTRACT_ONLY= ${CF_SRC}
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 74e81d0a9b2..d906826db72 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2001/05/14 16:34:38 drochner Exp $
+# $NetBSD: Makefile,v 1.68 2001/05/22 09:32:19 wiz Exp $
DISTNAME= ImageMagick-5.2.8
CATEGORIES= graphics
@@ -11,7 +11,7 @@ COMMENT= Package for display and interactive manipulation of images
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
CONFLICTS= geomview-* # both have a program named 'animate'
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile
index 93a53172ff4..361315436c3 100644
--- a/graphics/alevt/Makefile
+++ b/graphics/alevt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/04 09:06:11 tron Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/22 09:32:19 wiz Exp $
DISTNAME= alevt-1.6.0
CATEGORIES= graphics
@@ -8,7 +8,7 @@ MAINTAINER= magick@bundy.zhadum.de
HOMEPAGE= http://user.exit.de/froese/
COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= fxtv>=1.02:../../graphics/fxtv
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile
index c7fa6467a27..adb1ba375b4 100644
--- a/graphics/clanlib/Makefile
+++ b/graphics/clanlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/04/02 22:15:48 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/05/22 09:32:20 wiz Exp $
DISTNAME= ClanLib-0.4.4
CATEGORIES= graphics games devel x11
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.clanlib.org/
COMMENT= The ClanLib Game SDK
DEPENDS+= Hermes>=1.3:../../graphics/hermes
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= pth-*:../../devel/pth
USE_X11BASE= yes
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 4a8192faae7..7e8d95eee25 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/03/04 09:32:43 tron Exp $
+# $NetBSD: Makefile,v 1.27 2001/05/22 09:32:20 wiz Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.boutell.com/gd/
COMMENT= graphics library for fast PNG creation
DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= jpeg-*:../../graphics/jpeg
USE_X11= YES
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index f0065e7e567..a63518299eb 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2001/03/27 03:20:00 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.7 2001/05/22 09:33:32 wiz Exp $
#
DISTNAME= gdk-pixbuf-0.10.1
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake-1.4:../../devel/automake
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
-DEPENDS+= png>=1.0.8:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff>=3.5.5:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
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}"
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 53cf7b50a70..c97c33c8420 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2001/04/28 00:50:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.67 2001/05/22 09:32:20 wiz Exp $
DISTNAME= gimp-1.2.1
CATEGORIES= graphics
@@ -17,7 +17,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
GIMP_DATA= gimp-data-extras-1.2.0
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile
index 6364fb724d3..8c170e6b57e 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/04/23 19:25:46 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2001/05/22 09:32:20 wiz Exp $
#
DISTNAME= hp2xx-3.4.0
@@ -9,7 +9,7 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
COMMENT= HPGL converter and previewer
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_X11= yes
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index d516a2623be..cbe64337e7f 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2001/03/27 03:20:01 hubertf Exp $
+# $NetBSD: Makefile,v 1.48 2001/05/22 09:32:21 wiz Exp $
#
DISTNAME= imlib-1.9.8.1
@@ -15,7 +15,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= netpbm-*:../../graphics/netpbm
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff>=3.5.4:../../graphics/tiff
USE_X11BASE= yes
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile
index 608c65b6f0c..6560ec24f17 100644
--- a/graphics/libgdgeda/Makefile
+++ b/graphics/libgdgeda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:12 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:21 wiz Exp $
#
DISTNAME= libgdgeda-1.6
@@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Modified version of the gd packages for use with gEDA
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index 29b00566fda..c704af9e23c 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/03/05 08:14:13 tron Exp $
+# $NetBSD: Makefile,v 1.22 2001/05/22 09:32:21 wiz Exp $
#
DISTNAME= libwmf-0.1.21
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.wvware.com/libwmf.html
COMMENT= library for reading and converting WMF (Windows Meta Files)
DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_X11= YES
USE_XPM= YES
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile
index bb0a22807ac..c1d738256fd 100644
--- a/graphics/magicpoint/Makefile
+++ b/graphics/magicpoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/03/11 16:19:46 tron Exp $
+# $NetBSD: Makefile,v 1.22 2001/05/22 09:32:21 wiz Exp $
DISTNAME= magicpoint-1.07a
CATEGORIES= x11 graphics
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.Mew.org/mgp/
COMMENT= X11 based presentation tool
DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
CONFLICTS= mgp-*
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile
index 40cfb9e4420..a94dcc95713 100644
--- a/graphics/mgl/Makefile
+++ b/graphics/mgl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/20 13:54:31 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:21 wiz Exp $
#
DISTNAME= mgl2-alpha-020
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.netbsd.org/Ports/hpcmips/mgl2.html
COMMENT= Graphics library for NEC Mobilegear/PocketBSD, NetBSD/hpcmips
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= libungif>=4.1.0:../../graphics/libungif
DEPENDS+= mglfonts>=0.1:../../fonts/mglfonts
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 89e21f9a271..2fcc1c8b20e 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2001/03/30 12:58:05 mycroft Exp $
+# $NetBSD: Makefile,v 1.55 2001/05/22 09:32:22 wiz Exp $
DISTNAME= netpbm-9.7
CATEGORIES= graphics
@@ -10,7 +10,7 @@ HOMEPAGE= http://netpbm.sourceforge.net/
COMMENT= toolkit for conversion of images between different formats
DEPENDS+= tiff>=3.5.4:../../graphics/tiff
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_GMAKE= yes
USE_LIBTOOL= yes
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index 0458801933e..bf2c0a59b79 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/04 09:06:13 tron Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/22 09:32:22 wiz Exp $
#
DISTNAME= plsrc13
@@ -12,7 +12,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.sgpr.net/
COMMENT= Versatile data visualization engine
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
NO_CONFIGURE= YES
USE_X11= YES
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 8652f0ada88..bda17543c14 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/03/04 09:06:13 tron Exp $
+# $NetBSD: Makefile,v 1.15 2001/05/22 09:32:22 wiz Exp $
#
DISTNAME= plotutils-2.4.1
@@ -9,7 +9,7 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
COMMENT= Programs and library for plotting scientific data
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index bc161cf5d6f..20f3a16f4c3 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:14 tron Exp $
+# $NetBSD: Makefile,v 1.13 2001/05/22 09:32:22 wiz Exp $
# FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp
DISTNAME= povray31
@@ -14,7 +14,7 @@ MAINTAINER= pooka@netbsd.org
HOMEPAGE= http://www.povray.org/
COMMENT= Persistence of Vision Ray Tracer
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_X11= yes
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile
index 3d8748d62f9..223f9a851ab 100644
--- a/graphics/xart/Makefile
+++ b/graphics/xart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/05/19 03:56:36 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2001/05/22 09:32:22 wiz Exp $
#
DISTNAME= xart19980415
@@ -13,7 +13,7 @@ COMMENT= Paint program (enhanced xpaint)
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= tiff-*:../../graphics/tiff
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_IMAKE= YES
USE_XPM= YES
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 3cdfc8f4f8a..d41eabff8f3 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/04 09:06:14 tron Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/22 09:32:23 wiz Exp $
DISTNAME= xli-1.16nb1
CATEGORIES= graphics x11
@@ -10,7 +10,7 @@ DISTFILES= xli.1.16.tar.gz \
MAINTAINER= packages@netbsd.org
COMMENT= Version of xloadimage, an X11 Image Loading Utility
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
NO_WRKSUBDIR= yes
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index ec630eadaaa..cf3b3ac0b34 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/03/31 22:33:25 tron Exp $
+# $NetBSD: Makefile,v 1.29 2001/05/22 09:32:23 wiz Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp
DISTNAME= xpaint-2.6.1
@@ -12,7 +12,7 @@ COMMENT= Simple paint program
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_IMAKE= YES
USE_XPM= YES
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index e3905f6a3fa..a3be6e5f559 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/03/27 03:20:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.26 2001/05/22 09:32:23 wiz Exp $
#
DISTNAME= xsane-0.72
@@ -20,7 +20,7 @@ COMMENT= New improved frontend for SANE
BUILD_USES_MSGFMT= yes
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= gtk+>=1.2.5:../../x11/gtk
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= gimp>=1.0.4:../../graphics/gimp
DEPENDS+= sane-backends>=1.0.4:../../graphics/sane-backends
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
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index 98b08e87bee..e125a4d4be6 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/22 21:35:50 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/22 09:32:23 wiz Exp $
DISTNAME= xzgv-0.7
CATEGORIES= graphics
@@ -13,7 +13,7 @@ DEPENDS+= gtk+>=1.2.0:../../x11/gtk
DEPENDS+= glib-[0-9]*:../../devel/glib
DEPENDS+= libungif-[0-9]*:../../graphics/libungif
DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-[0-9]*:../../graphics/tiff
DEPENDS+= imlib>=1.0:../../graphics/imlib
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index c7c7ddedbc0..c8fe282f41b 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2001/04/24 12:40:07 skrll Exp $
+# $NetBSD: Makefile,v 1.33 2001/05/22 09:32:24 wiz Exp $
#
DISTNAME= kaffe-1.0.6
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.kaffe.org/
COMMENT= Virtual machine capable of running Java(tm) code
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= gmp>=3.0.0:../../devel/gmp
diff --git a/math/R/Makefile b/math/R/Makefile
index 71749b63a12..d35f2ce4f97 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/03/27 03:20:05 hubertf Exp $
+# $NetBSD: Makefile,v 1.22 2001/05/22 09:32:24 wiz Exp $
#
DISTNAME= R-1.1.1
@@ -23,7 +23,7 @@ COMMENT= Statistical language for data analysis and graphics
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= jpeg-*:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
# Requires IEEE math
NOT_FOR_PLATFORM= *-*-alpha
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 4ebba137e6a..0bbd61eb729 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/28 11:26:09 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/22 09:32:24 wiz Exp $
DISTNAME= grace-5.1.2
CATEGORIES= math graphics x11
@@ -11,7 +11,7 @@ COMMENT= GRaphing, Advanced Computation and Exploration of data
DEPENDS+= netcdf>=3.4:../../devel/netcdf
DEPENDS+= jpeg-6*:../../graphics/jpeg
DEPENDS+= tiff-*:../../graphics/tiff
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= pdflib>=3.0:../../print/pdflib
DEPENDS+= t1lib>=1.0.1:../../textproc/t1lib
DEPENDS+= Xbae-*:../../x11/Xbae
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 2e2371e50f6..59b05fb384c 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2001/03/12 13:22:59 tron Exp $
+# $NetBSD: Makefile,v 1.34 2001/05/22 09:32:24 wiz Exp $
DISTNAME= knews-1.0b.1
PKGNAME= knews-1.0nb6
@@ -11,7 +11,7 @@ COMMENT= X11 newsreader with support for threading and MIME
DEPENDS+= faces-1.6.1:../../mail/faces
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
CONFLICTS= knews-1.0b0
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 566f3f30bee..5988e6ab485 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/05/15 17:43:20 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2001/05/22 09:32:24 wiz Exp $
DISTNAME= cups-${VERS}-source
PKGNAME= cups-${VERS}
@@ -20,7 +20,7 @@ COMMENT= Common UNIX Printing System
CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]*
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_GMAKE= # defined
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index def37c305a7..d390e4880a3 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2001/05/03 05:13:20 jlam Exp $
+# $NetBSD: Makefile.common,v 1.13 2001/05/22 09:33:32 wiz Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html
DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts
DEPENDS+= ja-vflib-lib-2.*:../../japanese/vflib-lib
DEPENDS+= watanabe-vfont-19930318:../../fonts/watanabe_vfont
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= ${GS_SOURCES}
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index fb4c71ece47..97576dd803c 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/04 09:06:17 tron Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:25 wiz Exp $
DISTNAME= pdflib-3.03
CATEGORIES= print
@@ -10,7 +10,7 @@ COMMENT= C library to produce PDF files
DEPENDS+= tiff-3.5.5:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile
index 77d9cd2bac9..90893892530 100644
--- a/print/teTeX-bin/Makefile
+++ b/print/teTeX-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/03/27 03:20:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.28 2001/05/22 09:32:25 wiz Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= bison-*:../../devel/bison
DEPENDS+= teTeX-share-1.0.*:../teTeX-share
DEPENDS+= dialog-0.6z:../../misc/dialog
DEPENDS+= libwww>=5.2.8:../../www/libwww
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= omega-*
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile
index 850cc2d3f1a..0617cb2142e 100644
--- a/wm/afterstep/Makefile
+++ b/wm/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/27 03:20:19 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:25 wiz Exp $
DISTNAME= AfterStep-1.8.8
PKGNAME= afterstep-1.8.8
@@ -13,7 +13,7 @@ COMMENT= NeXT-like window manager for X11
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= rplay>=3.3.2:../../audio/rplay
# XXX
# XXX The following would be "RUN_DEPENDS," if we had such a thing.
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index 85e806586b6..ef145c6a3ce 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/27 03:20:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/22 09:32:25 wiz Exp $
DISTNAME= WindowMaker-0.64.0
PKGNAME= windowmaker-0.64.0
@@ -16,7 +16,7 @@ BUILD_USES_MSGFMT= yes
DEPENDS+= libproplist-0.10.*:../../devel/libproplist
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_LIBTOOL= YES
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index fdfd6eee430..754dd74c659 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/03/04 09:06:19 tron Exp $
+# $NetBSD: Makefile,v 1.26 2001/05/22 09:32:25 wiz Exp $
# FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp
#
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/
COMMENT= World Wide Web browser
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
NOT_FOR_PLATFORM= *-*-alpha #LP64 problems
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index 783186528c2..199ac17c01f 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/04/09 16:44:58 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:26 wiz Exp $
DISTNAME= amaya-src-4.3.2
PKGNAME= amaya-4.3.2
@@ -18,7 +18,7 @@ CONFIGURE_ENV+= MOTIFBASE=${MOTIFBASE}
CFLAGS+= -Dunix
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_MOTIF= yes
USE_GMAKE= yes
diff --git a/www/arena/Makefile b/www/arena/Makefile
index 18f4ef5dce4..1d228ecca1b 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/04/02 20:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2001/05/22 09:32:26 wiz Exp $
# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
#
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= libwww>=5.2.8:../../www/libwww
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
GNU_CONFIGURE= YES
MAKEFILE= makefile
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
index f041788c7ce..b917dc8c256 100644
--- a/www/chimera/Makefile
+++ b/www/chimera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/04 13:11:44 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/22 09:32:26 wiz Exp $
#
DISTNAME= chimera-2.0a19
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.chimera.org/
COMMENT= World Wide Web Browser for X Windows
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_IMAKE= yes
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile
index 72bd4a2162b..74ff5c5de5e 100644
--- a/www/htmldoc/Makefile
+++ b/www/htmldoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/05/13 01:16:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.13 2001/05/22 09:32:27 wiz Exp $
#
DISTNAME= ${PKGNAME}-source
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.easysw.com/~mike/htmldoc/
COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
NOT_FOR_PLATFORM= NetBSD-1.[3-4]*-alpha #ps-pdf.cpp:3229: Internal compiler error. on 1.4 - 1.7 unknown
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 3227bd1d271..796e21532b3 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2001/05/11 00:37:45 taya Exp $
+# $NetBSD: Makefile,v 1.66 2001/05/22 09:32:27 wiz Exp $
MOZ_VER= 0.9
DISTNAME= mozilla-source-${MOZ_VER}
@@ -20,7 +20,7 @@ DEPENDS+= gtk+>=1.2.8:../../x11/gtk
DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf
DEPENDS+= ORBit>=0.5.3:../../net/ORBit
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \
NetBSD-1.5_ALPHA-i386 NetBSD-1.5_BETA-* \
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile
index 06b92dc5cd4..297459ff9e8 100644
--- a/x11/XmHTML/Makefile
+++ b/x11/XmHTML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/03/31 11:14:31 zuntum Exp $
+# $NetBSD: Makefile,v 1.21 2001/05/22 09:32:27 wiz Exp $
#
DISTNAME= XmHTML-1.1.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/
COMMENT= Motif Widget capable of displaying HTML 3.2 conforming text
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_X11= YES
USE_XPM= YES
diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile
index 5d2e625ca67..776443449ee 100644
--- a/x11/ebuilder/Makefile
+++ b/x11/ebuilder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/04 09:06:20 tron Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:27 wiz Exp $
#
DISTNAME= ebuilder-0.56d
@@ -11,7 +11,7 @@ HOMEPAGE= http://web.inter.nl.net/users/eavdmeer/index.html
COMMENT= GUI builder for the Qt library
DEPENDS+= qt2-libs-*:../../x11/qt2-libs
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_X11= yes
USE_GMAKE= yes
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index 8a292d5fd4e..f994c1b7def 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/04/18 20:00:39 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2001/05/22 09:32:27 wiz Exp $
# FreeBSD Id: ports/x11-toolkits/fox/Makefile,v 1.14 2001/02/23 19:00:05 knu Exp
DISTNAME= fox-0.99.167
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.cfdrc.com/FOX/fox.html
COMMENT= Fast and extensive C++ GUI toolkit
DEPENDS+= jpeg-*:../../graphics/jpeg
-DEPENDS+= png-*:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
.if !defined(USE_XUNICODE) || ${USE_XUNICODE} == "YES"
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index e0736406e82..557417918dd 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2001/03/04 09:06:21 tron Exp $
+# $NetBSD: Makefile,v 1.58 2001/05/22 09:32:28 wiz Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.kde.org/
COMMENT= Support libraries for the KDE integrated X11 desktop
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= qt1-1.44:../../x11/qt1
DEPENDS+= tiff-*:../../graphics/tiff
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile
index 97fe8c314e6..3faef530411 100644
--- a/x11/qt2-libs/Makefile
+++ b/x11/qt2-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/03/07 10:47:13 skrll Exp $
+# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:28 wiz Exp $
#
USE_MESA= yes
@@ -8,7 +8,7 @@ PKGNAME= qt2-libs-${QTVERSION}
COMMENT= C++ X GUI toolkit
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= mng-1.0.0:../../graphics/mng
DEPENDS+= jpeg-*:../../graphics/jpeg
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile
index 063f89e8eec..612c34fa986 100644
--- a/x11/qtarch/Makefile
+++ b/x11/qtarch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/03/04 09:06:21 tron Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/22 09:32:28 wiz Exp $
#
DISTNAME= qtarch-2.1-1
@@ -12,7 +12,7 @@ HOMEPAGE= http://qtarch.sourceforge.net/
COMMENT= Graphical dialog editor for the Qt widget set
DEPENDS+= qt2-libs-*:../../x11/qt2-libs
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
USE_X11= yes
USE_GMAKE= yes
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile
index 0a4b54f90bb..08b7cb51576 100644
--- a/x11/wxGTK/Makefile
+++ b/x11/wxGTK/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:21 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:29 wiz Exp $
#
DISTNAME= wxGTK-2.2.3
@@ -12,7 +12,7 @@ COMMENT= GTK-based implementation of the wxWindows GUI library
DEPENDS+= gtk+>=1.2.7:../../x11/gtk
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
+DEPENDS+= png>=1.0.11:../../graphics/png
DEPENDS+= tiff>=3.5.2:../../graphics/tiff
USE_GMAKE= # defined