diff options
author | tron <tron@pkgsrc.org> | 2000-03-21 22:40:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-21 22:40:50 +0000 |
commit | ea7dc9190000d44b62bb460fdc875f4886abb6b9 (patch) | |
tree | 06ce5166f9d574f798543ae2814a2d6fdd6707a8 /www | |
parent | 82569d216fc084981baf8b13adc99947ec88a391 (diff) | |
download | pkgsrc-ea7dc9190000d44b62bb460fdc875f4886abb6b9.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 'www')
-rw-r--r-- | www/Mosaic/Makefile | 4 | ||||
-rw-r--r-- | www/arena/Makefile | 4 | ||||
-rw-r--r-- | www/htmldoc/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index e9d76f6465c..adb1e423bc0 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/02/15 09:26:24 agc Exp $ +# $NetBSD: Makefile,v 1.17 2000/03/21 22:40:57 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -12,7 +12,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/ DEPENDS= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha #LP64 problems diff --git a/www/arena/Makefile b/www/arena/Makefile index 41eedf68eee..c1e811823b9 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/02/10 12:05:25 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2000/03/21 22:40:57 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -14,7 +14,7 @@ BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= libwww-5.2.8:../../www/libwww -DEPENDS+= png>=1.0.3:../../graphics/png +DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm #XXX "black screen" fixed for 16-bit displays on mac68k, not verified on alpha. diff --git a/www/htmldoc/Makefile b/www/htmldoc/Makefile index f627b762f2a..707163e580e 100644 --- a/www/htmldoc/Makefile +++ b/www/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:58 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/03/21 22:40:58 tron Exp $ # DISTNAME= ${PKGNAME}-source @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.easysw.com/~mike/htmldoc/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.3:../../graphics/png +DEPENDS+= png>=1.0.6:../../graphics/png NOT_FOR_PLATFORM= *-*-alpha #ps-pdf.cpp:3229: Internal compiler error. on 1.4 - 1.7 unknown |