summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/krio/Makefile5
-rw-r--r--devel/kdbg/Makefile3
-rw-r--r--editors/abiword/Makefile7
-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/fly/Makefile3
-rw-r--r--graphics/gd/Makefile4
-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/netpbm/Makefile4
-rw-r--r--graphics/ploticus/Makefile4
-rw-r--r--graphics/plotutils/Makefile4
-rw-r--r--graphics/png2html/Makefile4
-rw-r--r--graphics/povray/Makefile5
-rw-r--r--graphics/xart/Makefile4
-rw-r--r--graphics/xli/Makefile4
-rw-r--r--graphics/xpaint/Makefile5
-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/Makefile5
-rw-r--r--news/knews/Makefile4
-rw-r--r--print/cups/Makefile4
-rw-r--r--print/pdflib/Makefile9
-rw-r--r--print/teTeX-bin/Makefile4
-rw-r--r--textproc/ted/Makefile4
-rw-r--r--wm/afterstep/Makefile4
-rw-r--r--wm/windowmaker/Makefile4
-rw-r--r--www/Mosaic/Makefile4
-rw-r--r--www/amaya/Makefile5
-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/kdelibs/Makefile4
-rw-r--r--x11/qt2-libs/Makefile4
-rw-r--r--x11/qtarch/Makefile4
-rw-r--r--x11/wxGTK/Makefile4
50 files changed, 100 insertions, 111 deletions
diff --git a/audio/krio/Makefile b/audio/krio/Makefile
index 7631a432be5..bde3e16e43c 100644
--- a/audio/krio/Makefile
+++ b/audio/krio/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 13:30:43 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.4 2001/03/04 09:06:09 tron Exp $
DISTNAME= Krio-19990721
PKGNAME= krio-19990721
@@ -20,7 +19,7 @@ BUILD_DEPENDS+= ${RIODIR}/rio.cpp:../../audio/rio:configure
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
-DEPENDS+= png-*:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= qt1-1.44:../../x11/qt1
DEPENDS+= tiff-*:../../graphics/tiff
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index e8798ebe2e9..fb4de5cf5ce 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/02/27 13:23:10 wulf Exp $
+# $NetBSD: Makefile,v 1.19 2001/03/04 09:06:09 tron Exp $
DISTNAME= kdbg-1.0.1
CATEGORIES= devel kde
@@ -13,7 +13,6 @@ BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= autoconf-2.13:../autoconf
DEPENDS+= automake-1.4:../automake
DEPENDS+= kdebase-1.*:../../x11/kde
-DEPENDS+= png>=1.0.6:../../graphics/png
USE_X11BASE= yes
USE_GMAKE= yes
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index b641ab4e736..0bdc4c14bc7 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2001/02/16 14:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/03/04 09:06:10 tron Exp $
#
-
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
# be named "AbiWord Personal" or some name completely unlike AbiSource's
# registered trademarks.
-#
+
DISTNAME= abi-${ABIWORD_VERS}
PKGNAME= abiword-personal-${ABIWORD_VERS}
ABIWORD_VERS= 0.7.10
@@ -21,7 +20,7 @@ COMMENT= Open Source cross-platform word processor
BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip
DEPENDS+= ispell-*:../../textproc/ispell
DEPENDS+= gtk+-1.2.*:../../x11/gtk
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= YES
USE_XPM= YES
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index c2d1fd1ac0b..91071747d04 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/02/25 04:17:45 hubertf Exp $
+# $NetBSD: Makefile,v 1.32 2001/03/04 09:06:10 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= jpeg-*:../../graphics/jpeg
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile
index dc24ac6e504..cc91287b6eb 100644
--- a/games/crossfire-cli/Makefile
+++ b/games/crossfire-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/28 10:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:10 tron 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.3:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
EXTRACT_ONLY= ${CF_SRC}
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 2792acf69ee..adce4fbfd28 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2001/02/16 15:22:14 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2001/03/04 09:06:10 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile
index 0bd96475bb9..93a53172ff4 100644
--- a/graphics/alevt/Makefile
+++ b/graphics/alevt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/04 09:06:11 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 cc4f0720fe0..a5cdde703af 100644
--- a/graphics/clanlib/Makefile
+++ b/graphics/clanlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/02/16 15:22:16 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/03/04 09:06:11 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= pth-*:../../devel/pth
USE_X11BASE= yes
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile
index 8d2a0102074..4706c08c8f9 100644
--- a/graphics/fly/Makefile
+++ b/graphics/fly/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:18 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.13 2001/03/04 09:06:11 tron Exp $
DISTNAME= fly-1.6.5
CATEGORIES= graphics www
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 53e7e2183ab..c1a4813a86a 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/02/16 15:22:20 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2001/03/04 09:06:11 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= jpeg-*:../../graphics/jpeg
USE_X11= YES
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"
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 675837dc8a5..c1684d319e9 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2001/02/16 15:22:22 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2001/03/04 09:06:12 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 8ae059f98c6..81ef2135f99 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 15:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:12 tron Exp $
#
DISTNAME= hp2xx-3.3.2
@@ -10,7 +10,7 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
COMMENT= HPGL converter and previewer
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_X11= yes
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index f6928bd302b..c08bebc4688 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2001/02/16 15:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2001/03/04 09:06:12 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff>=3.5.4:../../graphics/tiff
USE_X11BASE= yes
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile
index 07a43035152..608c65b6f0c 100644
--- a/graphics/libgdgeda/Makefile
+++ b/graphics/libgdgeda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/16 15:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:12 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index fc7e0844fb3..f7f125f0422 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/02/16 15:22:26 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/03/04 09:06:13 tron Exp $
#
DISTNAME= libwmf-0.1.20
@@ -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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= YES
USE_XPM= YES
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile
index bae24edfdfd..871ec05a943 100644
--- a/graphics/magicpoint/Makefile
+++ b/graphics/magicpoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/02/16 15:22:26 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2001/03/04 09:06:13 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
CONFLICTS= mgp-*
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 2da90035b7d..fec13332cb2 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2001/02/16 15:22:28 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2001/03/04 09:06:13 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_GMAKE= yes
USE_LIBTOOL= yes
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index eedf61d27a8..0458801933e 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/16 15:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/03/04 09:06:13 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
NO_CONFIGURE= YES
USE_X11= YES
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 1d5f2303806..8652f0ada88 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/02/16 15:22:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2001/03/04 09:06:13 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile
index d17be80dd89..24b405bc5da 100644
--- a/graphics/png2html/Makefile
+++ b/graphics/png2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/04 09:06:14 tron Exp $
#
DISTNAME= png2html-1.1
@@ -9,9 +9,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.engr.mun.ca/~holden/png2html.html
COMMENT= Takes a PNG image and transforms it to a web page
-DEPENDS+= png-1.*:../../graphics/png
DEPENDS+= gd>=1.8.3:../../graphics/gd
-DEPENDS+= jpeg>=6a:../../graphics/jpeg
do-install:
${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index e93b86e05db..bc161cf5d6f 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 15:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:14 tron Exp $
# FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp
-#
DISTNAME= povray31
PKGNAME= povray-3.1g
@@ -15,7 +14,7 @@ MAINTAINER= pooka@netbsd.org
HOMEPAGE= http://www.povray.org/
COMMENT= Persistence of Vision Ray Tracer
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= yes
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile
index 09c0cbb028c..df9de876f46 100644
--- a/graphics/xart/Makefile
+++ b/graphics/xart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/02/16 15:22:35 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2001/03/04 09:06:14 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_IMAKE= YES
USE_XPM= YES
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 4e5f2d3b0d1..3cdfc8f4f8a 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:36 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/04 09:06:14 tron 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.3:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
NO_WRKSUBDIR= yes
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 602caa70869..62cd5990308 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.25 2001/02/16 15:22:36 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2001/03/04 09:06:15 tron Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp
-#
DISTNAME= xpaint-2.5.6
WRKSRC= ${WRKDIR}/xpaint
@@ -13,7 +12,7 @@ COMMENT= Simple paint program
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_IMAKE= YES
USE_XPM= YES
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 2f99dfd825c..89f39fa5039 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/02/24 19:10:12 tron Exp $
+# $NetBSD: Makefile,v 1.24 2001/03/04 09:06:15 tron Exp $
#
DISTNAME= xsane-0.72
@@ -20,7 +20,7 @@ COMMENT= New improved frontend for SANE
BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= gtk+>=1.2.5:../../x11/gtk
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 98cf65ab0cb..0f513d2079d 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2001/02/25 04:17:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.34 2001/03/04 09:06:15 tron 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.6:../png
+DEPENDS+= png>1.0.9:../png
DEPENDS+= tiff-*:../../graphics/tiff
USE_IMAKE= yes
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index 61d7344da25..d5469970cb5 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/04 09:06:15 tron Exp $
DISTNAME= xzgv-0.6
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-[0-9]*:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 8521222976c..ef9d461eea6 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/02/17 09:07:17 agc Exp $
+# $NetBSD: Makefile,v 1.30 2001/03/04 09:06:16 tron Exp $
#
DISTNAME= kaffe-1.0.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.kaffe.org/
COMMENT= Virtual machine capable of running Java(tm) code
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= gmp>=3.0.0:../../devel/gmp
diff --git a/math/R/Makefile b/math/R/Makefile
index 5a07f0d5831..fdcf9a0075d 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/02/26 15:01:43 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/03/04 09:06:16 tron Exp $
#
DISTNAME= R-1.1.1
@@ -23,7 +23,7 @@ COMMENT= Statistical language for data analysis and graphics
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= jpeg-*:../../graphics/jpeg
-DEPENDS+= png-*:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
# Requires IEEE math
NOT_FOR_PLATFORM= *-*-alpha
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 19d40fc6bfb..322cb7799e8 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 18:22:23 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:16 tron Exp $
DISTNAME= grace-5.1.2
CATEGORIES= math graphics x11
@@ -12,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>=0.9.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 0ac18cd54c9..ae35047b56f 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2001/02/25 11:10:12 tron Exp $
+# $NetBSD: Makefile,v 1.31 2001/03/04 09:06:17 tron Exp $
DISTNAME= knews-1.0b.1
PKGNAME= knews-1.0nb4
@@ -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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
CONFLICTS= knews-1.0b0
diff --git a/print/cups/Makefile b/print/cups/Makefile
index e240c425bc2..cb6f5bf311f 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/02/27 17:37:53 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2001/03/04 09:06:17 tron Exp $
#
DISTNAME= cups-${VERS}-3-source
@@ -21,7 +21,7 @@ CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]*
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_GMAKE= # defined
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index f6c737f0728..fb4c71ece47 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:51:52 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.9 2001/03/04 09:06:17 tron Exp $
DISTNAME= pdflib-3.03
CATEGORIES= print
@@ -9,9 +8,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.pdflib.com/pdflib/index.html
COMMENT= C library to produce PDF files
-DEPENDS+= tiff-3.5.5:../../graphics/tiff
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png-*:../../graphics/png
+DEPENDS+= tiff-3.5.5:../../graphics/tiff
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= png>1.0.9:../../graphics/png
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile
index 9eab0370aad..e51407f2f56 100644
--- a/print/teTeX-bin/Makefile
+++ b/print/teTeX-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/02/22 13:25:10 tron Exp $
+# $NetBSD: Makefile,v 1.26 2001/03/04 09:06:17 tron Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= omega-*
diff --git a/textproc/ted/Makefile b/textproc/ted/Makefile
index dbd48c5c79f..b8af0267cfe 100644
--- a/textproc/ted/Makefile
+++ b/textproc/ted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/17 17:37:45 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:18 tron Exp $
DISTNAME= ted-2.8.src
PKGNAME= ted-2.8
@@ -13,7 +13,7 @@ COMMENT= X11 based WordPad-like word processor
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_MOTIF= YES
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile
index a8389c0291a..b8bc07dff7f 100644
--- a/wm/afterstep/Makefile
+++ b/wm/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 17:21:29 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:18 tron Exp $
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
@@ -13,7 +13,7 @@ COMMENT= NeXT-like window manager for X11
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 ba7d52516cb..c749031c2b4 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/28 16:44:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/03/04 09:06:18 tron Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1nb1
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= gettextize:../../devel/gettext
DEPENDS+= libproplist-0.10.*:../../devel/libproplist
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_LIBTOOL= YES
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index f32aef9caeb..fdfd6eee430 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/02/25 04:18:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.25 2001/03/04 09:06:19 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
NOT_FOR_PLATFORM= *-*-alpha #LP64 problems
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index a8d1b5c6eba..032b3df08ee 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/28 10:33:52 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2001/03/04 09:06:19 tron Exp $
DISTNAME= amaya-src-4.2.1
PKGNAME= amaya-4.2.1
@@ -20,7 +19,7 @@ CFLAGS+= -Dunix
DEPENDS+= jpeg-6b:../../graphics/jpeg
# our libpng is too new (png_read_init() removal)
-#DEPENDS+= png-1.0.*:../../graphics/png
+#DEPENDS+= png>1.0.9:../../graphics/png
USE_MOTIF= yes
USE_GMAKE= yes
diff --git a/www/arena/Makefile b/www/arena/Makefile
index 01ca27ec7fc..ed5e150639b 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/02/17 17:21:55 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2001/03/04 09:06:19 tron Exp $
# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
#
@@ -15,7 +15,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= libwww>=5.2.8:../../www/libwww
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
GNU_CONFIGURE= YES
MAKEFILE= makefile
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
index d5dd4578c5f..06ad0361b7f 100644
--- a/www/chimera/Makefile
+++ b/www/chimera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:22:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/04 09:06:19 tron Exp $
#
DISTNAME= chimera-2.0a19
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.cs.unlv.edu/chimera/
COMMENT= World Wide Web Browser for X Windows
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.8:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_IMAKE= yes
diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile
index 34128d38219..397ea199e31 100644
--- a/www/htmldoc/Makefile
+++ b/www/htmldoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/17 17:22:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/03/04 09:06:20 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
NOT_FOR_PLATFORM= *-*-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 5abe34d6872..48f1718298b 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2001/02/17 17:22:15 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2001/03/04 09:06:20 tron Exp $
MOZ_VER= 0.8
DISTNAME= mozilla-source-${MOZ_VER}
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= zip:../../archivers/zip
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
DEPENDS+= ORBit>=0.5.3:../../net/ORBit
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 99f6e37b9e0..d58a5aa026e 100644
--- a/x11/XmHTML/Makefile
+++ b/x11/XmHTML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/02/17 17:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/03/04 09:06:20 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= YES
USE_XPM= YES
diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile
index 4c8c9f13456..5d2e625ca67 100644
--- a/x11/ebuilder/Makefile
+++ b/x11/ebuilder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:06:18 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/03/04 09:06:20 tron 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-*:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= yes
USE_GMAKE= yes
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index 6e8cdddf60c..e0736406e82 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2001/02/17 17:06:33 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2001/03/04 09:06:21 tron 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.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../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 b0b45de7d74..eb166e02219 100644
--- a/x11/qt2-libs/Makefile
+++ b/x11/qt2-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 17:06:43 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/03/04 09:06:21 tron Exp $
#
USE_MESA= yes
@@ -8,7 +8,7 @@ PKGNAME= qt2-libs-${QTVERSION}
COMMENT= C++ X GUI toolkit
-DEPENDS+= png-*:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= jpeg-*:../../graphics/jpeg
CONFIGURE_ENV+= QTDIR=${WRKSRC}
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile
index d6736200acd..063f89e8eec 100644
--- a/x11/qtarch/Makefile
+++ b/x11/qtarch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/25 04:18:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/03/04 09:06:21 tron 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-*:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= yes
USE_GMAKE= yes
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile
index d3ea97724ac..0a4b54f90bb 100644
--- a/x11/wxGTK/Makefile
+++ b/x11/wxGTK/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:21 tron 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.3:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
DEPENDS+= tiff>=3.5.2:../../graphics/tiff
USE_GMAKE= # defined