mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
03991f0bd4
The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data. The format of the data may be either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet.
16 lines
282 B
C
16 lines
282 B
C
$FreeBSD$
|
|
|
|
--- src/gagui.c.orig Fri Mar 25 15:20:19 2005
|
|
+++ src/gagui.c Fri Mar 25 15:20:47 2005
|
|
@@ -37,8 +37,8 @@
|
|
|
|
#include <time.h>
|
|
|
|
-#include "libsx.h"
|
|
-#include "freq.h"
|
|
+#include "X11/libsx/libsx.h"
|
|
+#include "X11/libsx/freq.h"
|
|
#include "grads.h"
|
|
#include "gx.h"
|
|
|