summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-17 16:15:40 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-17 16:15:40 +0800
commite9037cdd718c78175a9f27acff3ee6104a1f225a (patch)
tree6c49ac383904de079319f9dced2220e545e0d612
parent60911e420fb713f44b84590df717bbe3b8a201e8 (diff)
downloadmarcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.tar
marcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.tar.gz
marcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.tar.bz2
marcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.tar.lz
marcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.tar.xz
marcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.tar.zst
marcuscom-ports-e9037cdd718c78175a9f27acff3ee6104a1f225a.zip
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
-rw-r--r--sysutils/polkit/Makefile5
1 files changed, 3 insertions, 2 deletions
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<kwm@FreeBSD.org>
#
# $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