diff options
author | ache <ache@FreeBSD.org> | 1996-02-20 05:39:24 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-20 05:39:24 +0800 |
commit | 7d5a0a8bb6106954c0e00498fbfc2f92c0954104 (patch) | |
tree | 696a3b69a1f5b748951025a0c5bce37dd8249121 /www/Mosaic | |
parent | 106d7eef57c733be3ccef6c369a63acd1bd072ad (diff) | |
download | freebsd-ports-gnome-7d5a0a8bb6106954c0e00498fbfc2f92c0954104.tar.gz freebsd-ports-gnome-7d5a0a8bb6106954c0e00498fbfc2f92c0954104.tar.zst freebsd-ports-gnome-7d5a0a8bb6106954c0e00498fbfc2f92c0954104.zip |
Use png.so.0.* instead of png.so.0.81, will be upgraded
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 |