diff options
author | Steve Price <steve@FreeBSD.org> | 1998-05-10 22:15:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-05-10 22:15:45 +0000 |
commit | d093362e308304e87e5c21a10e215b863f9e8617 (patch) | |
tree | b24326e4f083eb6fe5769b6c1f32e0366c70fdc0 /www/Mosaic/Makefile | |
parent | Update to reflect that 1.1 is the current version of libpq.so. (diff) |
Current version of libjpeg is .8
PR: 6497
Submitted by: Ugo Paternostro <paterno@dsi.UNIFI.IT>
Notes
Notes:
svn path=/head/; revision=10939
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 69c5a62db9c4..1d3bee1cefe2 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.12 1997/02/12 10:24:23 asami Exp $ +# $Id: Makefile,v 1.13 1998/03/28 20:08:37 ache Exp $ # DISTNAME= Mosaic-src-2.7b5 @@ -11,7 +11,7 @@ PKGNAME= mosaic-2.7b5 CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ -LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ |