diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-17 03:33:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-17 03:33:28 +0800 |
commit | 8d388f9d85bb09fdc02307aa57fe321b01e191c9 (patch) | |
tree | a06a88c79da89892c73f3008c4214ccfdbcc0256 /sysutils/polkit | |
parent | 5e31f5e0780f1220b0eb3ec40b497762be2d7975 (diff) | |
download | marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.tar marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.tar.gz marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.tar.bz2 marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.tar.lz marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.tar.xz marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.tar.zst marcuscom-ports-8d388f9d85bb09fdc02307aa57fe321b01e191c9.zip |
We don't need eggdbus/dbus-glib anymore. disable systemd detection.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/polkit')
-rw-r--r-- | sysutils/polkit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 1965831cf..f1c3d3fbd 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit/Makefile,v 1.15 2012/01/26 00:39:27 ahze Exp $ +# $MCom: ports/sysutils/polkit/Makefile,v 1.16 2012/05/15 20:47:08 kwm Exp $ # PORTNAME= polkit PORTVERSION= 0.105 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ @@ -15,8 +16,7 @@ MAINTAINER= gnome@FreeBSD.org 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= eggdbus-1.0:${PORTSDIR}/devel/eggdbus \ - expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_GNOME= gnomehack glib20 intlhack @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --with-authfw=pam \ --with-pam-include=system \ --with-os-type=freebsd \ + --disable-systemd \ --enable-introspection \ --localstatedir=/var CONFIGURE_ENV= GTKDOC="false" |