summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-07 14:48:57 +0000
committertron <tron@pkgsrc.org>1999-05-07 14:48:57 +0000
commit1d6a1c3647e7c21c71116d5655f02058f6339ea3 (patch)
treecf3fee964ff89e24e0b733730caf36090ec7bd57 /www/mozilla
parent59e8f0afa255685a245bf02bdf7d2efcad3bc31b (diff)
downloadpkgsrc-1d6a1c3647e7c21c71116d5655f02058f6339ea3.tar.gz
Make sure that the package system's "perl" binary is used.
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index a3d9d40b0bd..7a04f35e479 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 1999/05/07 11:00:16 tron Exp $
+# $NetBSD: Makefile,v 1.25 1999/05/07 14:48:57 tron Exp $
#
DISTNAME= mozilla-19981008
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/source/ \
MAINTAINER= fvdl@netbsd.org
HOMEPAGE= http://www.mozilla.org/
-BUILD_DEPENDS+= perl:../../lang/perl5
+BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
USE_X11BASE= yes
USE_GMAKE= yes
USE_MOTIF= yes