diff options
author | obache <obache@pkgsrc.org> | 2011-04-26 13:26:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-26 13:26:42 +0000 |
commit | 4dc8ae03e814c755e21e53c0f85be4126017ea7a (patch) | |
tree | a1321d2b1c59476e35492e708e271ef8b8e3e15e | |
parent | df3841d3a4becd711ff2a6a45e5e6b341975bd29 (diff) | |
download | pkgsrc-4dc8ae03e814c755e21e53c0f85be4126017ea7a.tar.gz |
require glib2>=2.28, as PR#44904.
Put it in GConf/Makefile.common, instead of GConf/Makefile.
-rw-r--r-- | devel/GConf/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf/Makefile.common | 4 |
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" |