Date: Wed, 17 Jun 2020 17:05:22 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539432 - head/x11/terminator Message-ID: <202006171705.05HH5Msl019705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Wed Jun 17 17:05:22 2020 New Revision: 539432 URL: https://svnweb.freebsd.org/changeset/ports/539432 Log: Add missing dependency upon devel/gsettings-desktop-schemas. PR: 247345 Reported by: bourne.identity@hotmail.com Modified: head/x11/terminator/Makefile Modified: head/x11/terminator/Makefile ============================================================================== --- head/x11/terminator/Makefile Wed Jun 17 17:02:35 2020 (r539431) +++ head/x11/terminator/Makefile Wed Jun 17 17:05:22 2020 (r539432) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006171705.05HH5Msl019705>