summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorobache <obache>2011-04-26 13:26:42 +0000
committerobache <obache>2011-04-26 13:26:42 +0000
commit1e6ae014c7d5788f30108e4747671d32d52f2f78 (patch)
treea1321d2b1c59476e35492e708e271ef8b8e3e15e /devel/GConf
parent4a30539c1a49667b9ec3774b948fd8c589fe700c (diff)
downloadpkgsrc-1e6ae014c7d5788f30108e4747671d32d52f2f78.tar.gz
require glib2>=2.28, as PR#44904.
Put it in GConf/Makefile.common, instead of GConf/Makefile.
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/Makefile3
-rw-r--r--devel/GConf/Makefile.common4
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index 8163a7b220a..38085291d31 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2011/04/22 13:41:54 obache Exp $
+# $NetBSD: Makefile,v 1.75 2011/04/26 13:26:42 obache Exp $
#
.include "../../devel/GConf/Makefile.common"
@@ -28,7 +28,6 @@ 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"
diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common
index f1528a78c3b..f15c30a1b6c 100644
--- a/devel/GConf/Makefile.common
+++ b/devel/GConf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2011/03/18 16:32:29 drochner Exp $
+# $NetBSD: Makefile.common,v 1.16 2011/04/26 13:26:42 obache Exp $
#
# used by devel/GConf/Makefile
# used by devel/GConf-ui/Makefile
@@ -37,5 +37,5 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-sysconfsubdir=
CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28
.include "../../devel/glib2/buildlink3.mk"