From 68e7d736de5358e3b4739d766d5a1055cb116f3b Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 29 Oct 2010 14:47:24 +0000 Subject: In the python case depend in py-dbus so the synctex plugin is build. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14852 df743ca5-7f9a-e211-a948-0013205c9059 --- editors/gedit-plugins/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index b3c369e6b..8046c3634 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.43 2010/04/03 09:38:28 kwm Exp $ +# $MCom: ports/editors/gedit-plugins/Makefile,v 1.47 2010/09/30 09:56:08 kwm Exp $ # PORTNAME= gedit-plugins PORTVERSION= 2.32.0 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -47,8 +48,10 @@ USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtksourceview BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ + ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ + ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtksourceview2.so:${PORTSDIR}/x11-toolkits/py-gtksourceview CONFIGURE_ARGS+=--enable-python PLIST_SUB+= PYTHON="" -- cgit v1.2.3