summaryrefslogtreecommitdiffstats
path: root/sysutils/polkit/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-24 10:17:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-24 10:17:33 +0800
commit667a3aef3e3d43f536dc9caf3b9e957423ea096b (patch)
tree2d96929a6069c111714c34ee9724964326b8e1ba /sysutils/polkit/Makefile
parent08cac0e1758c5e24d71a234440e31261498260a1 (diff)
downloadmarcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar
marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.gz
marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.bz2
marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.lz
marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.xz
marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.tar.zst
marcuscom-ports-667a3aef3e3d43f536dc9caf3b9e957423ea096b.zip
Add GIR support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13238 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/polkit/Makefile')
-rw-r--r--sysutils/polkit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
index e5f40eff1..86b160777 100644
--- a/sysutils/polkit/Makefile
+++ b/sysutils/polkit/Makefile
@@ -3,19 +3,22 @@
# Whom: Koop Mast<kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/polkit/Makefile,v 1.2 2009/09/10 04:34:25 marcus Exp $
+# $MCom: ports/sysutils/polkit/Makefile,v 1.3 2009/11/24 02:06:01 marcus Exp $
#
PORTNAME= polkit
PORTVERSION= 0.95
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= http://hal.freedesktop.org/releases/
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
+RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
USE_GNOME= gnomehack glib20 intlhack
USE_GMAKE= yes
@@ -26,7 +29,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \
--with-authfw=pam \
--with-pam-include=system \
--with-os-type=freebsd \
- --disable-introspection \
+ --enable-introspection \
--localstatedir=/var \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \