summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authordrochner <drochner>2010-11-17 14:35:32 +0000
committerdrochner <drochner>2010-11-17 14:35:32 +0000
commit1e1c353ec1493f1b80aa03537a65dc80f6346d09 (patch)
treee477f316c2819ec45821513da6a0703f87a48878 /devel/GConf
parent6a9c109699206718229f70f866b7b7e4d1434595 (diff)
downloadpkgsrc-1e1c353ec1493f1b80aa03537a65dc80f6346d09.tar.gz
deal with giomodule.cache, should fix PRs pkg/43578 and pkg/44104
by Robert Elz
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index c15acda6fa7..64d17fa996d 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2010/11/16 15:12:19 drochner Exp $
+# $NetBSD: Makefile,v 1.72 2010/11/17 14:35:32 drochner Exp $
#
.include "../../devel/GConf/Makefile.common"
@@ -33,4 +33,5 @@ BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/xmlcatmgr/buildlink3.mk"
+.include "../../devel/glib2/modules.mk"
.include "../../mk/bsd.pkg.mk"