diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 21:47:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 21:47:23 +0000 |
commit | 7da68c64e1f28117d6e3614b3c04ff816c1c31f8 (patch) | |
tree | c779e311db6e985c4df3b1fa091d5b105247fbde /math/qd | |
parent | - Mark BROKEN: does not fetch (diff) |
Fix build.
Spotted by: pav
Diffstat (limited to 'math/qd')
-rw-r--r-- | math/qd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/qd/Makefile b/math/qd/Makefile index e1677cabb549..afaa49075ea7 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> USE_FORTRAN= yes +CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" CONFIGURE_ARGS+= --enable-shared=yes .include <bsd.port.post.mk> |