--- ExtUtils/F77.pm.orig	Sat Sep  6 08:10:07 1997
+++ ExtUtils/F77.pm	Tue Jan 27 03:11:49 1998
@@ -127,6 +127,12 @@
 $F77config{Aix}{F77}{Trail_} = 0;
 $F77config{Aix}{DEFAULT}     = 'F77';
 
+### FreeBSD ###
+
+$F77config{Freebsd}{F77}{Trail_} = 1;
+$F77config{Freebsd}{F77}{Link}   = '-L/usr/lib -lf2c -lm';
+$F77config{Freebsd}{DEFAULT}     = 'F77';
+
 ############ End of database is here ############ 
 
 =head1 SYNOPSIS
