aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-08-19 20:39:13 +0800
committerasami <asami@FreeBSD.org>1996-08-19 20:39:13 +0800
commitcd38dc01d33388ebb77658fa1f3b2e9ffa822465 (patch)
treefaf3ef67776f16a0b19e8605f48b2f4b9db7c743
parentc130fc954349d3d4198b661cec99a841a007376b (diff)
downloadfreebsd-ports-gnome-cd38dc01d33388ebb77658fa1f3b2e9ffa822465.tar.gz
freebsd-ports-gnome-cd38dc01d33388ebb77658fa1f3b2e9ffa822465.tar.zst
freebsd-ports-gnome-cd38dc01d33388ebb77658fa1f3b2e9ffa822465.zip
Remove libz dependency. I don't know why I missed this before.
-rw-r--r--www/Mosaic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index 388d37bd16e5..b30c035f9969 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 August 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.8 1996/04/11 09:07:07 asami Exp $
+# $Id: Makefile,v 1.9 1996/08/03 11:11:21 ache Exp $
#
DISTNAME= Mosaic-src-2.7b5
@@ -12,8 +12,7 @@ CATEGORIES+= www
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \
- png\\.0\\.:${PORTSDIR}/graphics/png \
- z\\.1\\.:${PORTSDIR}/devel/libz
+ png\\.0\\.:${PORTSDIR}/graphics/png
REQUIRES_MOTIF= yes
WRKSRC= ${WRKDIR}/Mosaic-src