diff options
author | tron <tron> | 1999-03-04 14:59:23 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-04 14:59:23 +0000 |
commit | b7840770d77cc30944f6f7b62ebe9df72b647e47 (patch) | |
tree | 2464be46646c44c85d311c06b9507c9523b7f353 /graphics | |
parent | 56640ae04388a80cf377f5ff0747ade902bd72e1 (diff) | |
download | pkgsrc-b7840770d77cc30944f6f7b62ebe9df72b647e47.tar.gz |
Update dependence for "png" package.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/povray/Makefile | 4 | ||||
-rw-r--r-- | graphics/xart/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpaint/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6a618d4d7a9..afc1cf030d3 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 1999/02/19 14:25:30 rh Exp $ +# $NetBSD: Makefile,v 1.32 1999/03/04 14:59:23 tron Exp $ DISTNAME= gimp-1.0.2 CATEGORIES= graphics @@ -16,7 +16,7 @@ BUILD_DEPENDS= emacs:../../editors/emacs DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= gtk10-1.0.6:../../x11/gtk10 DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib -DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= tiff-3.4:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 89771bb74f3..fc83dff3aab 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/25 11:49:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/04 14:59:23 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp # @@ -13,6 +13,6 @@ DISTFILES= povuni_s.tgz povuni_d.tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.povray.org/ -DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= png-1.0.3:../../graphics/png .include "../../mk/bsd.pkg.mk" diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index bb6e3396f6b..409ae3bba39 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:02 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1999/03/04 14:59:23 tron Exp $ # DISTNAME= xart19980415 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.cqi.com/~humbubba/linux.html DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= tiff-3.4:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= png-1.0.2:../../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 2a6c1d07a1d..e5d4abccea9 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/02/20 22:48:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 1999/03/04 14:59:23 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-3.4:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= png-1.0.3:../../graphics/png USE_IMAKE= yes |