diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 20:20:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 20:20:52 +0000 |
commit | e8a10395306470e93c8de90f9c143b32abd1e3a2 (patch) | |
tree | 6bb2ef86ab657480eb06fdeb92f25754eafb21f0 /graphics | |
parent | dc09236eb8a8723b565584a5eeb37481005d2baf (diff) | |
download | pkgsrc-e8a10395306470e93c8de90f9c143b32abd1e3a2.tar.gz |
Use "png>=1.0.3" instead of "png-*" in dependence list.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/clanlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/gif2png/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-current/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgdgeda/Makefile | 4 | ||||
-rw-r--r-- | graphics/netpbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/ploticus/Makefile | 4 | ||||
-rw-r--r-- | graphics/povray/Makefile | 4 | ||||
-rw-r--r-- | graphics/xart/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpaint/Makefile | 4 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 4 | ||||
-rw-r--r-- | graphics/xv/Makefile | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index fdfefc76856..f877f77a148 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2000/02/09 15:22:28 tron Exp $ +# $NetBSD: Makefile,v 1.55 2000/02/09 20:20:53 tron Exp $ DISTNAME= ImageMagick-4.2.9 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff MIRROR_DISTFILE= no diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index 7a0a6187904..80235f678eb 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/02/09 15:22:35 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:53 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= pth-*:../../devel/pth USE_X11BASE= yes diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index df56bf43b9d..ebb58bfb556 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/11/01 03:29:29 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/02/09 20:20:54 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # @@ -13,7 +13,7 @@ USE_LIBTOOL= yes USE_X11= yes DEPENDS+= freetype-*:../../graphics/freetype -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= xpm-*:../../graphics/xpm NO_CONFIGURE= yes diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 1edc4f632e3..a53b0c1a07c 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/02/09 15:22:36 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:54 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png GNU_CONFIGURE= YES MAKE_ENV+= INCLUDES="-I${PREFIX}/include" diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 8617f4baa95..531d54c3e33 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/09 15:22:36 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/09 20:20:54 tron Exp $ DISTNAME= gimp-1.1.13 CATEGORIES= graphics @@ -13,7 +13,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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= gettext-0.10.*:../../devel/gettext diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 9f19933424e..345e82d2400 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/02/09 15:22:29 tron Exp $ +# $NetBSD: Makefile,v 1.44 2000/02/09 20:20:54 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 26853457f5b..3361f2c8f3f 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/02/09 15:22:34 tron Exp $ +# $NetBSD: Makefile,v 1.30 2000/02/09 20:20:54 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff USE_X11BASE= yes diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index eea8a18c192..e9e6a9bc9e6 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 17:33:02 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/09 20:20:55 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 3e27de0659a..3662e898811 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/02/09 15:22:30 tron Exp $ +# $NetBSD: Makefile,v 1.34 2000/02/09 20:20:55 tron Exp $ # DISTNAME= netpbm @@ -15,7 +15,7 @@ DISTFILES= netpbm-1mar1994.tar.gz \ MAINTAINER= packages@netbsd.org DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png WRKSRC= ${WRKDIR}/netpbm MAKE_ENV += PREFIX=${PREFIX} MANCP="${INSTALL_MAN}" diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index 75c1c6ab8c5..38781ad81e6 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/24 20:29:10 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/09 20:20:55 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png NO_CONFIGURE= YES USE_X11= YES diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 8a0281ec60c..7298c06da8a 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/02/09 15:22:33 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:55 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png USE_X11= yes diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index e851ac27acc..51290ff5169 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/02/09 15:22:32 tron Exp $ +# $NetBSD: Makefile,v 1.13 2000/02/09 20:20: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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png WRKSRC= ${WRKDIR}/19980415 USE_IMAKE= yes diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index e38a595b99a..48dab238b20 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/02/09 15:22:32 tron Exp $ +# $NetBSD: Makefile,v 1.20 2000/02/09 20:20:56 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png USE_IMAKE= yes diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 034bd6eb2be..ced38f716b6 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/02/09 15:22:35 tron Exp $ +# $NetBSD: Makefile,v 1.14 2000/02/09 20:20:56 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-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../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 3e7a0732e1a..c82c90fefb3 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/02/09 15:22:33 tron Exp $ +# $NetBSD: Makefile,v 1.25 2000/02/09 20:20:56 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-*:../png +DEPENDS+= png>=1.0.3:../png DEPENDS+= tiff-*:../../graphics/tiff USE_IMAKE= yes |