diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-03-19 19:30:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-03-19 19:30:08 +0000 |
commit | e972bdec6ac2af2600a3745144812c3a74006421 (patch) | |
tree | 416444cd4badb47cf663e4bbdeb504ec0fe94a7b /cad/gmsh/Makefile | |
parent | - Mark DEPRECATED (no longer under development) (diff) |
- Upgrade to 2.3.1
Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt>
- Don't depend anymore on math/gsl.
Notes
Notes:
svn path=/head/; revision=230429
Diffstat (limited to 'cad/gmsh/Makefile')
-rw-r--r-- | cad/gmsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 1388e5847605..729e9b2acb68 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmsh -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= cad MASTER_SITES= http://www.sfr-fresh.com/unix/privat/ \ http://www.geuz.org/gmsh/src/ @@ -17,8 +17,7 @@ MAINTAINER= stephen@math.missouri.edu COMMENT= An automatic 3D finite element mesh generator RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp -LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ - fltk.1:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk SLAVEDIRS= cad/gmsh-occ |