diff options
author | tron <tron> | 1999-05-07 14:48:57 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-07 14:48:57 +0000 |
commit | 0e3579ad9c88473abb8fc7260705a3232e535a99 (patch) | |
tree | cf3fee964ff89e24e0b733730caf36090ec7bd57 | |
parent | 346e897c9800f2dbcb05562575ab37e26c0b721e (diff) | |
download | pkgsrc-0e3579ad9c88473abb8fc7260705a3232e535a99.tar.gz |
Make sure that the package system's "perl" binary is used.
-rw-r--r-- | www/mozilla/Makefile | 4 |
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 |