From e9037cdd718c78175a9f27acff3ee6104a1f225a Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 17 May 2012 08:15:40 +0000 Subject: This port now uses the Glib dbus API instead of dbus-glib. Add back dbus as a run time dependacy. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16760 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/polkit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils/polkit/Makefile') diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index f1c3d3fbd..57eb97e55 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast # # $FreeBSD$ -# $MCom: ports/sysutils/polkit/Makefile,v 1.16 2012/05/15 20:47:08 kwm Exp $ +# $MCom: ports/sysutils/polkit/Makefile,v 1.17 2012/05/16 19:33:28 kwm Exp $ # PORTNAME= polkit @@ -17,7 +17,8 @@ COMMENT= Framework for controlling access to system-wide components BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection +RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ + dbus-launch:${PORTSDIR}/devel/dbus USE_GNOME= gnomehack glib20 intlhack USE_GMAKE= yes -- cgit v1.2.3