pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgnomeui Increase the BUILDLINK_API_DEPENDS.gl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15bff662a14e
branches:  trunk
changeset: 541191:15bff662a14e
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Apr 16 14:03:18 2008 +0000

description:
Increase the BUILDLINK_API_DEPENDS.glib2. This configure says
it needs >= 2.15.0.
Also newer glib2 provides required gio-2.0.pc pkgconfig file.

diffstat:

 devel/libgnomeui/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5dbdd82f83d1 -r 15bff662a14e devel/libgnomeui/Makefile
--- a/devel/libgnomeui/Makefile Wed Apr 16 13:42:40 2008 +0000
+++ b/devel/libgnomeui/Makefile Wed Apr 16 14:03:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/04/10 16:54:29 drochner Exp $
+# $NetBSD: Makefile,v 1.77 2008/04/16 14:03:18 reed Exp $
 #
 
 DISTNAME=      libgnomeui-2.22.1
@@ -23,7 +23,7 @@
 PKGCONFIG_BASE=                ${WRKSRC}/libgnomeui/libgnomeui-2.0.pc
 PKGCONFIG_OVERRIDE=    ${PKGCONFIG_BASE}.in
 
-BUILDLINK_API_DEPENDS.glib2=           glib2>=2.8.0
+BUILDLINK_API_DEPENDS.glib2=           glib2>=2.15.0
 BUILDLINK_API_DEPENDS.gtk2=            gtk2+>=2.11.5
 BUILDLINK_API_DEPENDS.libbonoboui=     libbonoboui>=2.13.1
 BUILDLINK_API_DEPENDS.libgnome=                libgnome>=2.16.0



Home | Main Index | Thread Index | Old Index