diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 5 |
1 files 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 |