diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2019-10-10 20:09:59 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2019-10-10 20:09:59 +0000 |
commit | bc8870a852d253b6e03abb66e1a2d3611fc0c4a0 (patch) | |
tree | 5b3846d101605e79460f6c0a9bff76adfb17ddbf /net/mpich2 | |
parent | - Add a CCACHE_BIN variable for simplified use where needed. (diff) |
- Add compat for NOCCACHE -> NO_CCACHE
Notes
Notes:
svn path=/head/; revision=514247
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 45c39edea712..196cb69399b9 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -53,7 +53,7 @@ FFLAGS= -O2 LDFLAGS+= -lpthread -lexecinfo MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME} -NOCCACHE= yes +NO_CCACHE= yes CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.* |