diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-10 14:59:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-10 14:59:46 +0000 |
commit | 77f3041fd18c4f653cddb5288f1a213eb99257f5 (patch) | |
tree | 17f804547858db9208fd3085518e0b273207c5e5 /cad | |
parent | 3c795d44009527905b19151c78135f1907c5e09c (diff) | |
download | ports-77f3041fd18c4f653cddb5288f1a213eb99257f5.tar.gz ports-77f3041fd18c4f653cddb5288f1a213eb99257f5.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 95c0e6bc2d8d..cc8e9cbaed58 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -33,7 +33,6 @@ FORTRANLIBDIR= `${DIRNAME} \\`${FC} -print-libgcc-file-name\\`` FORTRANLIBDIR2= `${DIRNAME} \\`${FC} -print-libgcc-file-name\\``/../../../ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fltk-prefix=${LOCALBASE} \ - --with-gsl-prefix=${LOCALBASE} \ --with-med-prefix=${LOCALBASE} \ --with-jpeg-prefix=${LOCALBASE} \ --with-blas-lapack-prefix=${LOCALBASE} \ |