diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-03-10 02:59:39 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-03-10 02:59:39 +0000 |
commit | 527a6d685cee7d278f01266c15391bf78683bfe0 (patch) | |
tree | 0738ed5dda798e4a91c79fc16e22ce9c12a5ec73 /cad/gmsh/Makefile | |
parent | Upgrade to 3.8.0 release. (diff) |
- Update to 2.12.0.
Diffstat (limited to '')
-rw-r--r-- | cad/gmsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 9148421da0d5..138b86b7150a 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -PORTVERSION= 2.11.0 +PORTVERSION= 2.12.0 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ @@ -92,7 +92,6 @@ IGNORE= METIS must be set if TAUCS is set IGNORE= the license for Metis requires that its documentation is included .endif - # TODO # Dependencies against PythonLibs, swig and petsc are found and registered if installed # => add knobs to handle them. |