diff options
Diffstat (limited to 'devel/dconf-editor/Makefile')
-rw-r--r-- | devel/dconf-editor/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index 2d248b7ae0a6..1b6640480c0a 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= dconf-editor -PORTVERSION= 3.22.1 +PORTVERSION= 3.28.0 CATEGORIES= devel gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Configuration database editor for GNOME @@ -19,12 +19,12 @@ LIB_DEPENDS= libdconf.so:devel/dconf PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase pathfix \ - pkgconfig tar:xz -USE_GNOME= cairo intltool gtk30 libxml2 +USES= gettext gnome localbase meson \ + pkgconfig python:3.6+,build tar:xz +USE_GNOME= gtk30 USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes +BINARY_ALIAS= python3=${PYTHON_VERSION} + GLIB_SCHEMAS= ca.desrt.dconf-editor.gschema.xml .include <bsd.port.mk> |