diff options
Diffstat (limited to 'devel/libgnomeui/Makefile')
-rw-r--r-- | devel/libgnomeui/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index 2a99529e495..ebe39d1193c 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.60 2006/04/17 13:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2006/09/15 15:09:05 jmmv Exp $ # -DISTNAME= libgnomeui-2.14.1 -PKGREVISION= 1 +DISTNAME= libgnomeui-2.16.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.14/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.16/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -20,14 +19,14 @@ USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-gtk-doc -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKGCONFIG_BASE= ${WRKSRC}/libgnomeui/libgnomeui-2.0.pc PKGCONFIG_OVERRIDE= ${PKGCONFIG_BASE}.in -BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.8.0 -BUILDLINK_API_DEPENDS.libbonoboui= libgnome>=2.13.1 -BUILDLINK_API_DEPENDS.libgnome= libgnome>=2.13.7 +BUILDLINK_API_DEPENDS.glib2= glib2>=2.8.0 +BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.9.0 +BUILDLINK_API_DEPENDS.libbonoboui= libbonoboui>=2.13.1 +BUILDLINK_API_DEPENDS.libgnome= libgnome>=2.16.0 # Needed because part of the pc files doesn't get filled in till after # configure does its pass |