diff options
Diffstat (limited to 'www/firefox36/files')
-rw-r--r-- | www/firefox36/files/mozconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in index 6b8dc649d147..8468f9514a85 100644 --- a/www/firefox36/files/mozconfig.in +++ b/www/firefox36/files/mozconfig.in @@ -13,6 +13,7 @@ ac_add_options --disable-composer # FBSD specific export CFLAGS="@CFLAGS@" export LIBS="@LIBS@" +export CONFIG_SH=/bin/sh test -x /usr/bin/perl && export PERL=/usr/bin/perl \ || export PERL=/usr/local/bin/perl mk_add_options PERL=$PERL |