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/Mosaic | |
parent | 574f6deb06d89352dc7b54bd8408d268382f256a (diff) | |
download | ports-75d15b39560b2ee7ead452b35211d5c676c9b901.tar.gz ports-75d15b39560b2ee7ead452b35211d5c676c9b901.zip |
Notes
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 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 |