From 025f8232e1528ef9dfaacd257d2ed4c18cc185af Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 28 Mar 2001 11:59:33 +0000 Subject: Depend on zip>=2.3 not = 2.3 ... --- www/mozilla/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index b7e52296b85..87b98806d29 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2001/03/27 03:20:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.60 2001/03/28 11:59:33 abs Exp $ MOZ_VER= 0.8 DISTNAME= mozilla-source-${MOZ_VER} @@ -15,7 +15,7 @@ COMMENT= The open-source version of the Netscape browser BUILD_DEPENDS+= perl-5.*:../../lang/perl5 BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= zip-2.3:../../archivers/zip +BUILD_DEPENDS+= zip>=2.3:../../archivers/zip DEPENDS+= gtk+>=1.2.8:../../x11/gtk DEPENDS+= ORBit>=0.5.3:../../net/ORBit DEPENDS+= jpeg-6b:../../graphics/jpeg -- cgit v1.2.3