diff -urN /usr/ports/x11/terminator/Makefile x11/terminator/Makefile --- /usr/ports/x11/terminator/Makefile 2012-11-17 07:03:19.000000000 +0100 +++ x11/terminator/Makefile 2012-12-17 14:04:52.000000000 +0100 @@ -7,7 +7,7 @@ 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 +17,10 @@ LICENSE= GPLv2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify \ + ${PYTHON_SITELIBDIR}/keybinder/_keybinder.so:${PORTSDIR}/x11/keybinder \ + ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte + OPTIONS_DEFINE= NLS GCONF GCONF_DESC= Use GNOME Terminal settings OPTIONS_DEFAULT= NLS GCONF @@ -40,7 +44,6 @@ 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