From dad54dfcff64475088e06768ccd3fb421ef7b980 Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Fri, 1 Nov 2002 18:14:37 +0000 Subject: Fixed another dumb idiot thing to do without reverting to system perl and checking it. I think I must have left my brain asleep in bed this morning. --- www/firefox-devel/files/mozconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox-devel/files/mozconfig.in') diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in index 3c0b881a3af9..6b8dc649d147 100644 --- a/www/firefox-devel/files/mozconfig.in +++ b/www/firefox-devel/files/mozconfig.in @@ -13,7 +13,7 @@ ac_add_options --disable-composer # FBSD specific export CFLAGS="@CFLAGS@" export LIBS="@LIBS@" -test -x /usr/bin/PERL && export PERL=/usr/bin/perl \ +test -x /usr/bin/perl && export PERL=/usr/bin/perl \ || export PERL=/usr/local/bin/perl mk_add_options PERL=$PERL export GTK_CONFIG=@X11BASE@/bin/gtk12-config -- cgit v1.2.3