summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaya <taya>2002-03-24 15:05:16 +0000
committertaya <taya>2002-03-24 15:05:16 +0000
commit4543223dfce714b773c4d29eca2c4c719a8d8476 (patch)
tree8208ce213145214d17510d4c761ca6e7a1462e7e
parent013a17c69ab47237e78d6be05b94ffb6b677b805 (diff)
downloadpkgsrc-4543223dfce714b773c4d29eca2c4c719a8d8476.tar.gz
Correct perl version dependency.
-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