diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-02-19 21:39:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-02-19 21:39:24 +0000 |
commit | 0ca81adccc105c39c2d579907b7ae4e44a17374b (patch) | |
tree | c4f86c55cd805339b9200e438e1806b1bd754236 /www/Mosaic | |
parent | 4a2e59d1cfe5faa0df808479d8241be9c805556a (diff) |
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 77586dd5a485..a642ecf6d08d 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/11/29 11:37:50 asami Exp $ +# $Id: Makefile,v 1.6 1995/12/05 05:12:48 ache Exp $ # DISTNAME= Mosaic-src-2.7b2 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ LIB_DEPENDS+= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= png\\.0\\.81:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png\\.0\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/Mosaic-src ALL_TARGET= default |