diff options
author | minskim <minskim> | 2008-01-13 05:41:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2008-01-13 05:41:16 +0000 |
commit | 6546463b3932172f7317496f4e9943e4b2033c8a (patch) | |
tree | 8628de7a6ae525420fb4800d2fcceee7fca35372 /devel/libbonoboui | |
parent | e9adc3a7339702738a14b42f42877ed726e97e4f (diff) | |
download | pkgsrc-6546463b3932172f7317496f4e9943e4b2033c8a.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 |