diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-07 07:15:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-15 08:31:56 +0000 |
commit | ffbc3bd9376a3672e16eafddf55b233b8fed1674 (patch) | |
tree | a653e703909668c2218ff7bc0be48ed3cf5a2718 /science/gromacs/Makefile | |
parent | 31e5c3686bbc36849104085725d032955cac8e2f (diff) | |
download | ports-ffbc3bd9376a3672e16eafddf55b233b8fed1674.tar.gz ports-ffbc3bd9376a3672e16eafddf55b233b8fed1674.zip |
Clean up some things
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones
Reported by: portscan
Diffstat (limited to 'science/gromacs/Makefile')
-rw-r--r-- | science/gromacs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index bd29c15bd2ec..107e4ef8284a 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -68,7 +68,6 @@ MP_DESC= Multiprocessing NOMP_DESC= No multiprocessing support NOMP_PLIST_SUB= SUFFIX_MPI="" -MPICH_DESC= Parallel processing support via MPICH MPICH_LIB_DEPENDS= libmpich.so:net/mpich MPICH_CMAKE_ON= -DGMX_MPI:BOOL=ON \ -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/bin/mpicc" |