summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorschwarz <schwarz>2011-01-22 17:58:53 +0000
committerschwarz <schwarz>2011-01-22 17:58:53 +0000
commitcf042f6b61b8f87e36146a9f0ead49512308f773 (patch)
tree8377518d933f6879e464461780011727b0df9f58 /devel/GConf
parente5b879f481252fdc93f9bb4e91445bc8b9772611 (diff)
downloadpkgsrc-cf042f6b61b8f87e36146a9f0ead49512308f773.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"