diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-03 01:10:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-03 01:10:33 +0000 |
commit | 337ddf44a00e802e319bc62bbe0115f0ad3fffc9 (patch) | |
tree | 97d8373a827a175e03cfd81749162a70df443d40 /www/firefox-devel/files | |
parent | f0c7b3eab3031d89c0c9830c7fe4373e07a627f7 (diff) |
Notes
Diffstat (limited to 'www/firefox-devel/files')
-rw-r--r-- | www/firefox-devel/files/mozconfig.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in index ed139738e9d5..66f0897780b1 100644 --- a/www/firefox-devel/files/mozconfig.in +++ b/www/firefox-devel/files/mozconfig.in @@ -18,7 +18,7 @@ export LDFLAGS="@LDFLAGS@" export CONFIG_SH=/bin/sh export XP_UNIX=1 mk_add_options XP_UNIX=1 -export PERL=/usr/local/bin/perl +export PERL="@PERL@" mk_add_options PERL=$PERL # Configure options for installation ac_add_options --prefix=@PREFIX@ |