diff options
author | minskim <minskim@pkgsrc.org> | 2008-01-13 05:41:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-01-13 05:41:16 +0000 |
commit | 4142841335a5bc69b927db4e751ca2a0d678e350 (patch) | |
tree | 8628de7a6ae525420fb4800d2fcceee7fca35372 /devel/libbonoboui | |
parent | 9e0a09be3086f0cd8734a3231a60f2e375902c9d (diff) | |
download | pkgsrc-4142841335a5bc69b927db4e751ca2a0d678e350.tar.gz |
This package requires glib>=2.14.0 to use g_option_context_get_help.
Bump PKGREVISION.
Diffstat (limited to 'devel/libbonoboui')
-rw-r--r-- | devel/libbonoboui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile index 2401cbead4f..1fa3c1c58a0 100644 --- a/devel/libbonoboui/Makefile +++ b/devel/libbonoboui/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2007/10/31 20:04:35 drochner Exp $ +# $NetBSD: Makefile,v 1.62 2008/01/13 05:41:16 minskim Exp $ # DISTNAME= libbonoboui-2.20.0 +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.20/} EXTRACT_SUFX= .tar.bz2 @@ -20,7 +21,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.16.0 BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.7 |