diff options
author | wiz <wiz> | 2008-10-17 10:41:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-17 10:41:53 +0000 |
commit | 2f0c386bbc6579be78c959b56325595211059c6d (patch) | |
tree | f51d3f13a842009c46704079d4ee01dbac39e4ef | |
parent | 3248d74431734023fda54777feb7a34991375c0c (diff) | |
download | pkgsrc-2f0c386bbc6579be78c959b56325595211059c6d.tar.gz |
Bump gtk2 depends -- this needs gail.
-rw-r--r-- | devel/libgnomeui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index 6b71edebed4..0d89190eeac 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2008/10/16 13:26:11 drochner Exp $ +# $NetBSD: Makefile,v 1.81 2008/10/17 10:41:53 wiz Exp $ # DISTNAME= libgnomeui-2.24.0 @@ -24,7 +24,7 @@ PKGCONFIG_BASE= ${WRKSRC}/libgnomeui/libgnomeui-2.0.pc PKGCONFIG_OVERRIDE= ${PKGCONFIG_BASE}.in BUILDLINK_API_DEPENDS.glib2= glib2>=2.15.0 -BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.11.5 +BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.14.0 BUILDLINK_API_DEPENDS.libbonoboui= libbonoboui>=2.13.1 BUILDLINK_API_DEPENDS.libgnome= libgnome>=2.16.0 |