diff options
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r-- | graphics/gegl/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 7c363201fa41..dee5645bc2a1 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,12 +1,8 @@ PORTNAME= gegl -DISTVERSION= 0.4.62 -PORTREVISION= 4 +DISTVERSION= 0.4.64 CATEGORIES= graphics MASTER_SITES= GIMP -PATCH_SITES+= https://gitlab.gnome.org/GNOME/gegl/-/commit/ -PATCHFILES+= eda8ba51786f197b72265eafcdab407d91ec9c70.diff:-p1 - MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework WWW= https://gegl.org/ @@ -34,8 +30,6 @@ MESON_ARGS= -Ddocs=false \ -Dworkshop=false \ -Dintrospection=true \ -Dlensfun=disabled \ - -Dlibjpeg=enabled \ - -Dlibpng=enabled \ -Dmaxflow=disabled \ -Dmrg=disabled \ -Dpygobject=disabled \ @@ -44,7 +38,7 @@ MESON_ARGS= -Ddocs=false \ MESON_ARGS+= -Dopenmp=disabled .endif -GEGL_SHLIB= 0.461.1 +GEGL_SHLIB= 0.463.1 GEGL_VER= 0.4 PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER} |