Add missing dependency upon devel/gsettings-desktop-schemas.
PR: 247345 Reported by: bourne.identity@hotmail.com
This commit is contained in:
parent
d8793e6e3d
commit
9e76a5f403
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539432
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue