summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2000-03-21 22:40:50 +0000
committertron <tron>2000-03-21 22:40:50 +0000
commit2ddf7a8f89e135c2bbee6a4fa1dcc91f81d536b0 (patch)
tree06ce5166f9d574f798543ae2814a2d6fdd6707a8 /graphics
parent696668a3b9434afc34c1757a993a5c25c35459ce (diff)
downloadpkgsrc-2ddf7a8f89e135c2bbee6a4fa1dcc91f81d536b0.tar.gz
Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clanlib/Makefile4
-rw-r--r--graphics/gd/Makefile4
-rw-r--r--graphics/gif2png/Makefile4
-rw-r--r--graphics/gimp-current/Makefile4
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/libgdgeda/Makefile4
-rw-r--r--graphics/libwmf/Makefile4
-rw-r--r--graphics/netpbm/Makefile4
-rw-r--r--graphics/ploticus/Makefile4
-rw-r--r--graphics/povray/Makefile4
-rw-r--r--graphics/xart/Makefile4
-rw-r--r--graphics/xpaint/Makefile4
-rw-r--r--graphics/xsane/Makefile4
-rw-r--r--graphics/xv/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile
index baad9c79514..221df526636 100644
--- a/graphics/clanlib/Makefile
+++ b/graphics/clanlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/02/13 02:00:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2000/03/21 22:40:52 tron Exp $
DISTNAME= ClanLib-0.2.2
CATEGORIES= graphics games devel x11
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.clanlib.org/
DEPENDS+= Hermes-1.2.6*:../../graphics/hermes
DEPENDS+= Mesa-*:../../graphics/Mesa
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= pth-*:../../devel/pth
USE_X11BASE= yes
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index ee44da06fd5..23ca81a4e80 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/03/17 21:05:19 he Exp $
+# $NetBSD: Makefile,v 1.14 2000/03/21 22:40:52 tron Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.boutell.com/gd/
DEPENDS+= freetype-*:../../graphics/freetype
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= xpm-*:../../graphics/xpm
DEPENDS+= jpeg-*:../../graphics/jpeg
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
index a53b0c1a07c..72ca69587cf 100644
--- a/graphics/gif2png/Makefile
+++ b/graphics/gif2png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:54 tron Exp $
+# $NetBSD: Makefile,v 1.9 2000/03/21 22:40:52 tron Exp $
#
DISTNAME= gif2png-2.3.0
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/gif2png/
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
GNU_CONFIGURE= YES
MAKE_ENV+= INCLUDES="-I${PREFIX}/include"
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile
index ac0a1615c1e..bb425510c94 100644
--- a/graphics/gimp-current/Makefile
+++ b/graphics/gimp-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/03/14 18:12:16 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/03/21 22:40:53 tron Exp $
DISTNAME= gimp-1.1.18
CATEGORIES= graphics
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.gimp.org/
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= gtk+>=1.2.7:../../x11/gtk
DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= xpm-3.4k:../../graphics/xpm
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index c3401e53379..d443408bffc 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2000/03/13 14:32:16 tron Exp $
+# $NetBSD: Makefile,v 1.48 2000/03/21 22:40:53 tron Exp $
DISTNAME= gimp-1.0.4
CATEGORIES= graphics
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.gimp.org/
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= xpm-3.4k:../../graphics/xpm
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 31cff093cd9..2b939d13925 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2000/02/15 16:44:54 agc Exp $
+# $NetBSD: Makefile,v 1.33 2000/03/21 22:40:53 tron Exp $
#
DISTNAME= imlib-1.9.8
@@ -13,7 +13,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= netpbm-*:../../graphics/netpbm
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_X11BASE= yes
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile
index e9e6a9bc9e6..e5580282e40 100644
--- a/graphics/libgdgeda/Makefile
+++ b/graphics/libgdgeda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/09 20:20:55 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/21 22:40:53 tron Exp $
#
DISTNAME= libgdgeda-1.6
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index f2edef484d5..fae099fea40 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/29 06:43:00 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/21 22:40:54 tron Exp $
#
DISTNAME= libwmf-0.1.17
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.csn.ul.ie/~caolan/docs/libwmf.html
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= freetype-*:../../graphics/freetype
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= xpm-3.4k:../../graphics/xpm
# uses own gd, which has some extra functionality
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 3662e898811..0247368c6a3 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2000/02/09 20:20:55 tron Exp $
+# $NetBSD: Makefile,v 1.35 2000/03/21 22:40:54 tron Exp $
#
DISTNAME= netpbm
@@ -15,7 +15,7 @@ DISTFILES= netpbm-1mar1994.tar.gz \
MAINTAINER= packages@netbsd.org
DEPENDS+= tiff-*:../../graphics/tiff
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
WRKSRC= ${WRKDIR}/netpbm
MAKE_ENV += PREFIX=${PREFIX} MANCP="${INSTALL_MAN}"
diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile
index 38781ad81e6..fefe0d11cd1 100644
--- a/graphics/ploticus/Makefile
+++ b/graphics/ploticus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/09 20:20:55 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/21 22:40:54 tron Exp $
#
DISTNAME= plsrc13
@@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MANDIST}${EXTRACT_SUFX}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.sgpr.net/
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
NO_CONFIGURE= YES
USE_X11= YES
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index 7298c06da8a..2178f731da4 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:55 tron Exp $
+# $NetBSD: Makefile,v 1.9 2000/03/21 22:40:54 tron Exp $
# FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp
#
@@ -14,7 +14,7 @@ DIST_SUBDIR= ${PKGNAME}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.povray.org/
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
USE_X11= yes
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile
index 51290ff5169..cbe0cb57250 100644
--- a/graphics/xart/Makefile
+++ b/graphics/xart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/02/09 20:20:55 tron Exp $
+# $NetBSD: Makefile,v 1.14 2000/03/21 22:40:55 tron Exp $
#
DISTNAME= xart19980415
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.cqi.com/~humbubba/linux.html
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
WRKSRC= ${WRKDIR}/19980415
USE_IMAKE= yes
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 48dab238b20..5072519f76d 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/02/09 20:20:56 tron Exp $
+# $NetBSD: Makefile,v 1.21 2000/03/21 22:40:55 tron Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp
#
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.danbbs.dk/~torsten/xpaint/
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
USE_IMAKE= yes
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index ced38f716b6..337968614d6 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/02/09 20:20:56 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/03/21 22:40:55 tron Exp $
#
DISTNAME= xsane-0.51
@@ -16,7 +16,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.wolfsburg.de/~rauch/sane/sane-xsane.html
DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.3:../../graphics/png
+DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= sane-1.0.1:../../graphics/sane
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index c82c90fefb3..6b38e061aa7 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/02/09 20:20:56 tron Exp $
+# $NetBSD: Makefile,v 1.26 2000/03/21 22:40:55 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/
DEPENDS+= ghostscript-5.50:../../print/ghostscript5
-DEPENDS+= png>=1.0.3:../png
+DEPENDS+= png>=1.0.6:../png
DEPENDS+= tiff-*:../../graphics/tiff
USE_IMAKE= yes