From 4dc8ae03e814c755e21e53c0f85be4126017ea7a Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 26 Apr 2011 13:26:42 +0000 Subject: require glib2>=2.28, as PR#44904. Put it in GConf/Makefile.common, instead of GConf/Makefile. --- devel/GConf/Makefile | 3 +-- devel/GConf/Makefile.common | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'devel') 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" -- cgit v1.2.3