diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /www/Mosaic/Makefile | |
parent | Bump MAJOR to 3. (diff) |
Bump png's major number to 3.
Notes
Notes:
svn path=/head/; revision=16275
Diffstat (limited to 'www/Mosaic/Makefile')
-rw-r--r-- | www/Mosaic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 85000a08526c..501c53228fed 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.20 1998/09/17 00:32:53 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:50:50 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.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ REQUIRES_MOTIF= yes |