diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 4 | ||||
-rw-r--r-- | www/amaya/Makefile | 5 | ||||
-rw-r--r-- | www/arena/Makefile | 4 | ||||
-rw-r--r-- | www/chimera/Makefile | 4 | ||||
-rw-r--r-- | www/htmldoc/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla/Makefile | 4 |
6 files changed, 12 insertions, 13 deletions
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-* \ |