diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
commit | 75d15b39560b2ee7ead452b35211d5c676c9b901 (patch) | |
tree | 5d22724cd03ead9ab0e8d216aa5e55917a6b3070 /www | |
parent | upgrade png major (diff) |
upgrade png major
Notes
Notes:
svn path=/head/; revision=10366
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 4 | ||||
-rw-r--r-- | www/arena/Makefile | 4 | ||||
-rw-r--r-- | www/chimera2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 6b5c62f57528..69c5a62db9c4 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.11 1996/11/18 01:26:28 ache Exp $ +# $Id: Makefile,v 1.12 1997/02/12 10:24:23 asami Exp $ # DISTNAME= Mosaic-src-2.7b5 @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - png\\.0\\.:${PORTSDIR}/graphics/png \ + png\\.2\\.:${PORTSDIR}/graphics/png \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ REQUIRES_MOTIF= yes diff --git a/www/arena/Makefile b/www/arena/Makefile index e1c1a6b06b62..57a2f3672072 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1996/11/16 02:15:49 ache Exp $ +# $Id: Makefile,v 1.6 1996/11/17 23:57:03 ache Exp $ # DISTNAME= arena-CJK-beta3a @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/ MAINTAINER= ache@FreeBSD.ORG LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/WWW diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index f3838030fed3..c86e96e850c4 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.11 1996/11/18 11:40:48 asami Exp $ +# $Id: Makefile,v 1.12 1997/11/26 07:53:32 tg Exp $ # DISTNAME= chimera-2.0a11 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ MAINTAINER= bgingery@gtcs.com LIB_DEPENDS= jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ - png\\.0\\.:${PORTSDIR}/graphics/png + png\\.2\\.:${PORTSDIR}/graphics/png USE_IMAKE= yes |