diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-07 10:49:20 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-07 10:49:20 +0000 |
commit | 961620980ed9d8c3365153a873392090988b6974 (patch) | |
tree | dda9c921d8a7bc6935b14d6be934287eabc6df05 /www/firefox-esr/Makefile | |
parent | cabf47589e9747632449664973929de957fbba02 (diff) |
Perl is only needed for building this.
Notes
Notes:
svn path=/head/; revision=106391
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index a236ad6fed42..0ffeafcd0e5d 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla |