diff options
author | nivit <nivit@FreeBSD.org> | 2011-05-16 21:49:04 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-05-16 21:49:04 +0800 |
commit | 35546b93d0114831edf1d15f98ca660207465061 (patch) | |
tree | b828d280a89cd13c70209de68ae7b494828e256a /net | |
parent | aaf3624fcbff3d4e3f9b87e56aefe4cf9f6487d9 (diff) | |
download | freebsd-ports-gnome-35546b93d0114831edf1d15f98ca660207465061.tar.gz freebsd-ports-gnome-35546b93d0114831edf1d15f98ca660207465061.tar.zst freebsd-ports-gnome-35546b93d0114831edf1d15f98ca660207465061.zip |
- Chris Rees <utisoft at gmail.com> takes the maintainership
- Remove CONFLICTS with audio/musicpd
PR: ports/156624
Submitted by: Chris Rees <utisoft at gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mpich2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 3671fb4cfb3c..29bb034ca994 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ DIST_SUBDIR= mpich -MAINTAINER= ports@FreeBSD.org +MAINTAINER= utisoft@gmail.com COMMENT= A portable implementation of MPI-1 and MPI-2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -57,7 +57,7 @@ MAKE_ENV+= VERBOSE=1 .endif MAKE_JOBS_UNSAFE= yes -CONFLICTS= lam-7.* mpiexec-0.* musicpd-0.* +CONFLICTS= lam-7.* mpiexec-0.* USE_FORTRAN= yes FCFLAGS+= ${FFLAGS} |