diff options
author | pawel <pawel@FreeBSD.org> | 2013-01-05 05:48:21 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-01-05 05:48:21 +0800 |
commit | b9a74bcb372b9aa49d11c3bdab5fa6a641ebbc99 (patch) | |
tree | 8d87d514d4955df7c9461741853d49dc7e185572 /x11 | |
parent | bf943dba74480c48237684db409798af84e81de3 (diff) | |
download | freebsd-ports-gnome-b9a74bcb372b9aa49d11c3bdab5fa6a641ebbc99.tar.gz freebsd-ports-gnome-b9a74bcb372b9aa49d11c3bdab5fa6a641ebbc99.tar.zst freebsd-ports-gnome-b9a74bcb372b9aa49d11c3bdab5fa6a641ebbc99.zip |
- Add missing run deps
- tab -> space WWW: line in pkg-descr
PR: ports/174512
Submitted by: myself
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 13 | ||||
-rw-r--r-- | x11/terminator/pkg-descr | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 7598dcc3bcdb..717c1d1bd02c 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: terminator -# Date created: 2008-03-14 -# Whom: Thomas Hurst <tom@hur.st> -# +# Created by: Thomas Hurst <tom@hur.st> # $FreeBSD$ -# PORTNAME= terminator PORTVERSION= 0.96 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 python MASTER_SITES= http://launchpadlibrarian.net/80778747/ \ http://hur.st/mirror/terminator/ @@ -17,6 +13,10 @@ COMMENT= Multiple GNOME terminals in one window LICENSE= GPLv2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0:${PORTSDIR}/devel/py-notify \ + ${PYTHON_SITELIBDIR}/keybinder/_keybinder.so:${PORTSDIR}/x11/keybinder \ + ${PYTHON_PKGNAMEPREFIX}vte>=0:${PORTSDIR}/x11-toolkits/py-vte + OPTIONS_DEFINE= NLS GCONF GCONF_DESC= Use GNOME Terminal settings OPTIONS_DEFAULT= NLS GCONF @@ -40,7 +40,6 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte .if ${PORT_OPTIONS:MGCONF} USE_GNOME+= pygnome2 .endif diff --git a/x11/terminator/pkg-descr b/x11/terminator/pkg-descr index d634f0ac967e..b5abc463cba1 100644 --- a/x11/terminator/pkg-descr +++ b/x11/terminator/pkg-descr @@ -2,4 +2,4 @@ Terminator is a Python terminal program, using the same widget as gnome-terminal to provide a tiled set of terminals in as little space as possible. -WWW: http://www.tenshu.net/p/terminator.html +WWW: http://www.tenshu.net/p/terminator.html |