summaryrefslogtreecommitdiff
path: root/devel/GConf-ui
diff options
context:
space:
mode:
authordrochner <drochner>2009-10-21 15:49:33 +0000
committerdrochner <drochner>2009-10-21 15:49:33 +0000
commit958a717f9143bb27cd8d9d66569764379a20123f (patch)
treebbe966e4016854f8792f283baa6ea18d861c10ea /devel/GConf-ui
parent5e29743db85da6823d9cd40957d8075d7b58a3d9 (diff)
downloadpkgsrc-958a717f9143bb27cd8d9d66569764379a20123f.tar.gz
sync w/ base pkg update
Diffstat (limited to 'devel/GConf-ui')
-rw-r--r--devel/GConf-ui/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile
index 851b8bd7499..98db97c57ae 100644
--- a/devel/GConf-ui/Makefile
+++ b/devel/GConf-ui/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2009/08/26 19:56:59 sno Exp $
+# $NetBSD: Makefile,v 1.6 2009/10/21 15:49:33 drochner Exp $
#
.include "../../devel/GConf/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf-ui/}
-PKGREVISION= 1
BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION}
CONFIGURE_ARGS+= --enable-gtk
+CONFIGURE_ARGS+= --disable-defaults-service
BUILD_DIRS= gconf
BUILD_TARGET= gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2
@@ -20,6 +20,6 @@ do-install:
${DESTDIR}${PREFIX}/libexec
.include "../../devel/GConf/buildlink3.mk"
-.include "../../security/policykit/buildlink3.mk"
+#.include "../../security/policykit/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"