diff options
Diffstat (limited to 'cad/py-gmsh/Makefile')
-rw-r--r-- | cad/py-gmsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/py-gmsh/Makefile b/cad/py-gmsh/Makefile index 1e85a9f45ff2..260b71f7e920 100644 --- a/cad/py-gmsh/Makefile +++ b/cad/py-gmsh/Makefile @@ -1,6 +1,5 @@ PORTNAME= gmsh -DISTVERSION= 4.13.1 -PORTREVISION= 3 +DISTVERSION= 4.14.0 CATEGORIES= cad python MASTER_SITES= https://gmsh.info/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libcgns.so:science/cgnslib \ libfltk_images.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgmp.so:math/gmp \ libhdf5.so:science/hdf5 \ @@ -29,7 +29,7 @@ USES= cmake gl gnome jpeg python tar:tgz xorg USE_PYTHON= flavors USE_GNOME= cairo USE_GL= gl glu -USE_XORG= ice sm x11 xext +USE_XORG= ice sm x11 xcursor xext xfixes xft xinerama xrender USE_LDCONFIG= ${PYTHON_SITELIBDIR} PATCHDIR= ${PORTSDIR}/cad/gmsh/files |