From 0c0964f4bff2f5823283d1b492171ad719436d1b Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 19 Nov 2008 14:18:51 +0000 Subject: [PATCH] - fix dependencies after recent librsvg update --- x11/gnome/scan/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/x11/gnome/scan/Makefile b/x11/gnome/scan/Makefile index d2b3d215619..ec521667923 100644 --- a/x11/gnome/scan/Makefile +++ b/x11/gnome/scan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2008/10/03 10:15:45 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2008/11/19 14:18:51 ajacoutot Exp $ SHARED_ONLY= Yes @@ -9,8 +9,8 @@ GNOME_PROJECT= gnome-scan GNOME_VERSION= 0.6 CATEGORIES= graphics -PKGNAME-main= ${DISTNAME}p3 -PKGNAME-gimp= ${GNOME_PROJECT}-gimp-${GNOME_VERSION}p1 +PKGNAME-main= ${DISTNAME}p4 +PKGNAME-gimp= ${GNOME_PROJECT}-gimp-${GNOME_VERSION}p2 SHARED_LIBS= gnomescan 0.0 # .0.0 @@ -30,10 +30,11 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/${GNOME_VERSION}/} WANTLIB= ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ Xfixes Xi Xinerama Xrandr Xrender atk-1.0 babl-0.0 c \ - cairo expat fontconfig freetype gconf-2 gdk-x11-2.0 \ + cairo expat fontconfig freetype gdk-x11-2.0 \ gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \ gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \ - pangoft2-1.0 pcre pixman-1 png pthread z gio-2.0 + pangoft2-1.0 pcre pixman-1 png pthread z gio-2.0 \ + dbus-1 dbus-glib-1 MULTI_PACKAGES= -main -gimp @@ -43,7 +44,8 @@ MODULES= devel/gettext \ WANTLIB-main= ${WANTLIB} exif gphoto2 gphoto2_port jpeg ltdl tiff usb LIB_DEPENDS-main= ${LIB_DEPENDS} \ sane.>=1::graphics/sane-backends \ - gegl-0.0::graphics/gegl + gegl-0.0::graphics/gegl \ + gconf-2.>=6::devel/gconf2 WANTLIB-gimp= ${WANTLIB} gegl-0.0 LIB_DEPENDS-gimp= ${LIB_DEPENDS} \