diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:57:51 +0000 |
commit | 4610ae86c9e40d100ca26c1dcb385b08d3210ce3 (patch) | |
tree | 8f19e57fa613e842996a4a37eda28af690460c73 /www/Mosaic | |
parent | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (diff) |
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
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 d4624bf36e28..b8c7c9e3fa64 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.17 1998/09/15 11:13:31 asami Exp $ +# $Id: Makefile,v 1.18 1998/09/15 11:46:05 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.5:${PORTSDIR}/graphics/xpm \ REQUIRES_MOTIF= yes |