diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-15 00:51:44 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-15 00:51:44 +0800 |
commit | 2f2bbaa5d62629a33ca9bd7bc93eae2ee1303bb9 (patch) | |
tree | 9ed3a4f99ab47dfed3dbbbd05e18246ef336cc33 /science/gromacs | |
parent | f467408ae19dfe993fde5fd9129484d8c14d5049 (diff) | |
download | freebsd-ports-gnome-2f2bbaa5d62629a33ca9bd7bc93eae2ee1303bb9.tar.gz freebsd-ports-gnome-2f2bbaa5d62629a33ca9bd7bc93eae2ee1303bb9.tar.zst freebsd-ports-gnome-2f2bbaa5d62629a33ca9bd7bc93eae2ee1303bb9.zip |
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'science/gromacs')
-rw-r--r-- | science/gromacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 95c05c991704..edf4a3e53dec 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 4.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ |