diff options
author | asau <asau@pkgsrc.org> | 2010-05-16 12:04:03 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-05-16 12:04:03 +0000 |
commit | fddef737af2093d929cb970859a1a2c22095cae7 (patch) | |
tree | dde07b6e03d45863080b3150896d30090526c3a1 /biology/gromacs/Makefile | |
parent | aced4e8b510d842da2ac0841814c24856c5ff9fb (diff) | |
download | pkgsrc-fddef737af2093d929cb970859a1a2c22095cae7.tar.gz |
Build with MPI support by default.
Introduce "mpi" option to turn the above off.
Bump PKGREVISION.
Diffstat (limited to 'biology/gromacs/Makefile')
-rw-r--r-- | biology/gromacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/gromacs/Makefile b/biology/gromacs/Makefile index 6a1c711d77e..ee0f078fc78 100644 --- a/biology/gromacs/Makefile +++ b/biology/gromacs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 14:08:49 asau Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/16 12:04:03 asau Exp $ # DISTNAME= gromacs-4.0.7 +PKGREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ |