summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-31 09:59:21 +0000
committerjlam <jlam>2000-10-31 09:59:21 +0000
commitc4fdb6abc2025b0c1dbef5fc18d17da1bed77e63 (patch)
tree8c8227946b3566c0a9b2380cebdc1edade7990eb /www
parent0614d4d165acc36dd920ac086f558d2352e558cf (diff)
downloadpkgsrc-c4fdb6abc2025b0c1dbef5fc18d17da1bed77e63.tar.gz
Make BUILD_DEPENDS on perl match similar lines in other Makefiles.
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 00c98799d84..526c1248a5f 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2000/10/30 20:32:04 martin Exp $
+# $NetBSD: Makefile,v 1.48 2000/10/31 09:59:21 jlam Exp $
DISTNAME= mozilla-source-M18
PKGNAME= mozilla-0.m18nb1
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mozilla.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base
BUILD_DEPENDS+= autoconf:../../devel/autoconf
BUILD_DEPENDS+= zip:../../archivers/zip
DEPENDS+= gtk+>=1.2.8:../../x11/gtk