diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-01 18:14:37 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-01 18:14:37 +0000 |
commit | dad54dfcff64475088e06768ccd3fb421ef7b980 (patch) | |
tree | 2001aa6ba3979e1deaa0dd803c2ae35dfa7a3661 /www/phoenix | |
parent | 1ee8f5a451e4eba2f367b5a894efde986a97fdb8 (diff) | |
download | ports-dad54dfcff64475088e06768ccd3fb421ef7b980.tar.gz ports-dad54dfcff64475088e06768ccd3fb421ef7b980.zip |
Notes
Diffstat (limited to 'www/phoenix')
-rw-r--r-- | www/phoenix/files/mozconfig.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phoenix/files/mozconfig.in b/www/phoenix/files/mozconfig.in index 3c0b881a3af9..6b8dc649d147 100644 --- a/www/phoenix/files/mozconfig.in +++ b/www/phoenix/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 |