summaryrefslogtreecommitdiff
path: root/devel/GConf/Makefile.common
diff options
context:
space:
mode:
authorobache <obache>2011-04-26 13:26:42 +0000
committerobache <obache>2011-04-26 13:26:42 +0000
commit5f002777c93a99c85d56cd473f047e3ba1052265 (patch)
treea1321d2b1c59476e35492e708e271ef8b8e3e15e /devel/GConf/Makefile.common
parent22dc0daab9f982ca17f5f580f2eb9bf83b978ab4 (diff)
downloadpkgsrc-5f002777c93a99c85d56cd473f047e3ba1052265.tar.gz
require glib2>=2.28, as PR#44904.
Put it in GConf/Makefile.common, instead of GConf/Makefile.
Diffstat (limited to 'devel/GConf/Makefile.common')
-rw-r--r--devel/GConf/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"