summaryrefslogtreecommitdiff
path: root/math/qd
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 21:47:23 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 21:47:23 +0000
commit7da68c64e1f28117d6e3614b3c04ff816c1c31f8 (patch)
treec779e311db6e985c4df3b1fa091d5b105247fbde /math/qd
parent- Mark BROKEN: does not fetch (diff)
Fix build.
Spotted by: pav
Notes
Notes: svn path=/head/; revision=195613
Diffstat (limited to 'math/qd')
-rw-r--r--math/qd/Makefile1
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>