diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:48:04 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:48:04 +0000 |
commit | 350f1eb7ac8947e949102753ceba4b10e1386b34 (patch) | |
tree | ca44c060583c8d5272d942f77a7e0ee2b860496a /math/qd/Makefile | |
parent | 5876bf13c4ed96cfd60271b86ece62dbba63cd77 (diff) | |
download | ports-350f1eb7ac8947e949102753ceba4b10e1386b34.tar.gz ports-350f1eb7ac8947e949102753ceba4b10e1386b34.zip |
Notes
Diffstat (limited to 'math/qd/Makefile')
-rw-r--r-- | math/qd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/qd/Makefile b/math/qd/Makefile index bd351fd53ecd..e1677cabb549 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -17,11 +17,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -CONFIGURE_ENV+= FC="${FC}" FFLAGS="${FFLAGS}" +USE_FORTRAN= yes CONFIGURE_ARGS+= --enable-shared=yes .include <bsd.port.post.mk> |