diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-29 22:47:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-29 22:47:24 +0800 |
commit | 68e7d736de5358e3b4739d766d5a1055cb116f3b (patch) | |
tree | 1c83d6998617cc0b4ad70db36c279748aa0402eb /editors/gedit-plugins/Makefile | |
parent | fcaf9aa80db55a26250faa78fef729a353387496 (diff) | |
download | marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.tar marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.tar.gz marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.tar.bz2 marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.tar.lz marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.tar.xz marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.tar.zst marcuscom-ports-68e7d736de5358e3b4739d766d5a1055cb116f3b.zip |
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
Diffstat (limited to 'editors/gedit-plugins/Makefile')
-rw-r--r-- | editors/gedit-plugins/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <adamw@FreeBSD.org> # # $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="" |