diff options
Diffstat (limited to 'cad/gmsh/Makefile')
-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. |