summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2002-03-24 15:05:16 +0000
committertaya <taya@pkgsrc.org>2002-03-24 15:05:16 +0000
commit7335c5397fa57f4c16419b2676ebaedc194f2349 (patch)
tree8208ce213145214d17510d4c761ca6e7a1462e7e /www
parent443effc1310a57fc996c33993601962503662b6a (diff)
downloadpkgsrc-7335c5397fa57f4c16419b2676ebaedc194f2349.tar.gz
Correct perl version dependency.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index bc9a1caf033..dd6a903e3d9 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2002/03/14 15:13:31 abs Exp $
+# $NetBSD: Makefile,v 1.82 2002/03/24 15:05:16 taya Exp $
MOZ_VER= 0.9.9
DISTNAME= mozilla-source-${MOZ_VER}
@@ -13,7 +13,7 @@ MAINTAINER= taya@netbsd.org
HOMEPAGE= http://www.mozilla.org/
COMMENT= Open-source version of the Netscape browser
-BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
+BUILD_DEPENDS+= perl>=5.6:../../lang/perl5
BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
USE_GMAKE= yes