From e0a76c0011df4bbb5f6d0cea97edda6dbee77eb6 Mon Sep 17 00:00:00 2001 From: wilfried Date: Mon, 14 Nov 2005 15:05:00 +0000 Subject: [PATCH] fix wantlib + bump --- x11/gnome/libgnomeprintui/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/gnome/libgnomeprintui/Makefile b/x11/gnome/libgnomeprintui/Makefile index 80345d93aeb..747650dd044 100644 --- a/x11/gnome/libgnomeprintui/Makefile +++ b/x11/gnome/libgnomeprintui/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2005/05/24 21:53:35 marcm Exp $ +# $OpenBSD: Makefile,v 1.10 2005/11/14 15:05:00 wilfried Exp $ COMMENT= "user interface components for libgnomeprint" DISTNAME= libgnomeprintui-2.10.2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= x11/gnome devel HOMEPAGE= http://www.gnome.org/projects/gnome-print/ @@ -12,10 +13,10 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= X11 Xft Xrender art_lgpl_2 atk-1.0.0.0 \ +WANTLIB= X11 art_lgpl_2 atk-1.0.0.0 cairo \ fontconfig freetype gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \ glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 m \ - pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \ + pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0 \ xml2 z MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.10/}