diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 01:48:54 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 01:48:54 +0000 |
commit | 943410dd8d9f33bc47cf051775a638e2f26e3967 (patch) | |
tree | e767787b63ad61b77511283350b88101af137b77 /www/firefox10 | |
parent | f11a7d3aa1110f673836e8dfe64773e61ad0ae7f (diff) | |
download | FreeBSD-ports-943410dd8d9f33bc47cf051775a638e2f26e3967.zip FreeBSD-ports-943410dd8d9f33bc47cf051775a638e2f26e3967.tar.gz |
Removed define for PERL.
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/files/mozconfig.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in index f5a0b88..a2fc6ac 100644 --- a/www/firefox10/files/mozconfig.in +++ b/www/firefox10/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 |