From 9e76a5f403c6986226c704a729ff8ea5e8468087 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Wed, 17 Jun 2020 17:05:22 +0000 Subject: [PATCH] Add missing dependency upon devel/gsettings-desktop-schemas. PR: 247345 Reported by: bourne.identity@hotmail.com --- x11/terminator/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index d4135ec7a5b8..0a4abe5a3524 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -3,7 +3,7 @@ PORTNAME= terminator PORTVERSION= 1.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 python MASTER_SITES= https://github.com/gnome-terminator/terminator/releases/download/v${PORTVERSION}/ @@ -15,7 +15,8 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \ ${LOCALBASE}/lib/libnotify.so:devel/libnotify \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ + gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas USES= gnome python:3.5+ shebangfix USE_GNOME= intltool pygobject3 vte3