diff options
author | Eric Turgeon <ericbsd@FreeBSD.org> | 2019-09-09 20:34:54 +0000 |
---|---|---|
committer | Eric Turgeon <ericbsd@FreeBSD.org> | 2019-09-09 20:34:54 +0000 |
commit | 49fe3f786a68adfa3966c6942625a94edca7462d (patch) | |
tree | 288d4052dcd035ae41c9f26d0173d49f2a435ca6 /x11 | |
parent | 4a7288116114fad39cf71e785be2dcacccb71ef1 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 1cdb8b65765b..57b6f714db71 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminator PORTVERSION= 1.91 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://launchpad.net/terminator/gtk3/${PORTVERSION}/+download/ @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0:devel/py-notify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} USES= gnome python:2.7 shebangfix -USE_GNOME= pygobject3 intltool +USE_GNOME= pygobject3 intltool vte3 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= Terminator |