diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-10-12 12:56:12 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-10-12 17:01:38 +0200 |
commit | ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 (patch) | |
tree | 4747a7134a94cc32a8fd0c2486c70da30fe53489 /science/fvcom-mpi | |
parent | devel/rust-analyzer: Update to 2021-10-11 (diff) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'science/fvcom-mpi')
-rw-r--r-- | science/fvcom-mpi/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile index da96a2c5c536..1dce0bafd3ff 100644 --- a/science/fvcom-mpi/Makefile +++ b/science/fvcom-mpi/Makefile @@ -3,8 +3,6 @@ PKGNAMESUFFIX= -openmpi MPIPREFIX= mpi/openmpi/ -MAINTAINER= jwb@FreeBSD.org - LIB_DEPENDS+= libmpi.so:net/openmpi MASTERDIR= ${.CURDIR}/../fvcom |