summaryrefslogtreecommitdiff
path: root/devel/GConf/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-10-21 15:48:50 +0000
committerdrochner <drochner@pkgsrc.org>2009-10-21 15:48:50 +0000
commite445b03819d9f49b863b12f6b38dfdedf345454b (patch)
tree9b0cb7e1f938821f35e562db98bbfa60306a546d /devel/GConf/Makefile
parent6ce0610a5f1cf05312a094db13e6288d9e325882 (diff)
downloadpkgsrc-e445b03819d9f49b863b12f6b38dfdedf345454b.tar.gz
update to 2.28.0
This switches to the gnome-2.28 release branch. pkgsrc note: disabled the "defaults" service, this wants a version of "policykit" newer than the pkgsrc one (looks dispensable, could also be made an addon pkg)
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r--devel/GConf/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index 4c20fe97fc7..345f0c378fe 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.69 2009/09/12 19:21:00 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2009/10/21 15:48:50 drochner Exp $
#
.include "../../devel/GConf/Makefile.common"
-PKGREVISION= 1
CONFIGURE_ARGS+= --disable-gtk
CONFIGURE_ARGS+= ac_cv_header_ldap_h=no
+CONFIGURE_ARGS+= --disable-defaults-service
CONFLICTS+= GConf2-[0-9]*
@@ -16,8 +16,6 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system
EGDIR= ${PREFIX}/share/examples/GConf
CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
-CONF_FILES+= ${EGDIR}/org.gnome.GConf.Defaults.conf \
- ${PKG_SYSCONFBASEDIR}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
# XXX: We need to use XML_CATALOGS here to register the installed DTD.
# But we have to wait until a public identifier is choosen for it.
@@ -28,7 +26,6 @@ post-install:
BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
-.include "../../security/policykit/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"