[Lunar-commits] <moonbase> GMT: oops, a typo

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun May 31 15:38:31 CEST 2009


commit 7bce428505219cfa8dd7f4991d465db70462bb4f
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun May 31 09:38:31 2009 -0400

    GMT: oops, a typo
---
 science/GMT/BUILD        |    2 +-
 science/GMT/BUILD.x86_64 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/science/GMT/BUILD b/science/GMT/BUILD
index 1e8583b..c2c3ab7 100644
--- a/science/GMT/BUILD
+++ b/science/GMT/BUILD
@@ -1,6 +1,6 @@
 (
 
-  if [ "$USE_TRI" == "y" ]; then
+  if [ "$FAST_TRI" == "y" ]; then
     OPTS="--enable-triangle --enable-shared --enable-eps --enable-netcdf=/usr"
   fi &&
 
diff --git a/science/GMT/BUILD.x86_64 b/science/GMT/BUILD.x86_64
index c9e25b4..0f0061f 100644
--- a/science/GMT/BUILD.x86_64
+++ b/science/GMT/BUILD.x86_64
@@ -1,6 +1,6 @@
 (
 
-  if [ "$USE_TRI" == "y" ]; then
+  if [ "$FAST_TRI" == "y" ]; then
     OPTS="--enable-triangle --enable-shared --enable-eps --enable-netcdf=/usr --enable-64"
   fi &&
 


More information about the Lunar-commits mailing list