diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-18 23:47:17 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-18 23:47:17 +0000 |
commit | 51134e07e4e1bf1eecb82da29d859432eaa75640 (patch) | |
tree | a1e042e739ce3bea84cd3e4de20d0f543d84c8f9 /math/femlab | |
parent | c6425e7ba9ad920640d25450c610c7141490edb4 (diff) |
Notes
Diffstat (limited to 'math/femlab')
-rw-r--r-- | math/femlab/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/femlab/Makefile b/math/femlab/Makefile index c8453c9eaa33..a0426f0acf5f 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -20,12 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsx.a:${PORTSDIR}/x11/libsx \ imake:${PORTSDIR}/devel/imake USE_XORG= xaw -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" - +USE_FORTRAN= yes FEMLAB_HOME= ${PREFIX}/lib/X11/femlab |