diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-05-27 08:44:56 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-05-27 08:44:56 +0000 |
commit | f5d86f7b06a1cba047adda217ab856298ce15865 (patch) | |
tree | d54a2ceeb42bfa60e0c4dcb1df0badd0206f8887 /www/Mosaic | |
parent | Update to 4.4.8. Alter configure flags to include POP2 support. (diff) |
fix libjpeg version number to correspond with jpeg port
Notes
Notes:
svn path=/head/; revision=11165
Diffstat (limited to 'www/Mosaic')
-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 1d3bee1cefe2..16b7ee67d2d8 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.13 1998/03/28 20:08:37 ache Exp $ +# $Id: Makefile,v 1.14 1998/05/10 22:15:45 steve 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\\.8\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ |