diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 11:43:09 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 11:43:09 +0000 |
commit | 5edfc2a565ceda8944e7c4918c9e3180e6ada1ff (patch) | |
tree | 07a5cadfb59c047bb77983c7c16046468be70cea /www/firefox36/files/mozconfig.in | |
parent | Backout <sigh/> the Xft font lib usage since it doesn't compile. (diff) |
1. Put back the Perl 5.8.0 requirement. I am *NOT* gonna fight over File::Spec
versioning with this port.
Notes
Notes:
svn path=/head/; revision=68651
Diffstat (limited to 'www/firefox36/files/mozconfig.in')
-rw-r--r-- | www/firefox36/files/mozconfig.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in index 336ea6e8d8c9..b931397179d9 100644 --- a/www/firefox36/files/mozconfig.in +++ b/www/firefox36/files/mozconfig.in @@ -14,8 +14,8 @@ ac_add_options --disable-composer # FBSD specific export CFLAGS=@CFLAGS@ export LIBS=@LIBS@ -#export PERL=@LOCALBASE@/bin/perl5.8.0 -#mk_add_options PERL=$PERL +export PERL=@LOCALBASE@/bin/perl5.8.0 +mk_add_options PERL=$PERL export GTK_CONFIG=@X11BASE@/bin/gtk12-config mk_add_options GTK_CONFIG=$GTK_CONFIG export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config |