diff options
Diffstat (limited to 'science/gromacs/Makefile')
-rw-r--r-- | science/gromacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index af2158243ac5..97a8b6c0dc7b 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -25,7 +25,7 @@ OMPI_DESC= MPI support using net/openmpi USE_FORTRAN= yes USE_PERL5= yes USE_PKGCONFIG= build -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DBLAS_LIBRARIES:FILEPATH="${BLAS_LIBS}" \ -DLAPACK_LIBRARIES:FILEPATH="${LAPACK_LIBS}" USE_LDCONFIG= yes |