diff options
Diffstat (limited to 'math')
-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> |