summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2011-01-22 17:58:53 +0000
committerschwarz <schwarz@pkgsrc.org>2011-01-22 17:58:53 +0000
commita881b3076ad1030c1d85fec62de174d88972d65c (patch)
tree8377518d933f6879e464461780011727b0df9f58 /devel/GConf
parentdbd435b65e081568bf6408f9f25b264b0b775801 (diff)
downloadpkgsrc-a881b3076ad1030c1d85fec62de174d88972d65c.tar.gz
GConf says it requires gio>=2.25.9
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 64d17fa996d..19b0ea1f29e 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2010/11/17 14:35:32 drochner Exp $
+# $NetBSD: Makefile,v 1.73 2011/01/22 17:58:53 schwarz Exp $
#
.include "../../devel/GConf/Makefile.common"
@@ -26,6 +26,7 @@ post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas
BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74
+DEPENDS+= glib2>=2.25.9:../../devel/glib2
.include "../../lang/python/application.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"