From 4e747330eb4a22db8519a56a93350a9996a2ed5a Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 31 Oct 2008 04:27:18 +0000 Subject: [PATCH] Clean up dependencies a bit. rox-filer does not directly depend on Cairo. ok sthen@ --- x11/rox-filer/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x11/rox-filer/Makefile b/x11/rox-filer/Makefile index a272782b6c7..c8dcc3a2513 100644 --- a/x11/rox-filer/Makefile +++ b/x11/rox-filer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.40 2008/10/09 09:31:09 jasper Exp $ +# $OpenBSD: Makefile,v 1.41 2008/10/31 04:27:18 brad Exp $ COMMENT= GTK+-2 file manager with desktop features DISTNAME= rox-filer-2.8 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= x11 HOMEPAGE= http://roscidus.com/desktop/ @@ -15,8 +15,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ - Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c expat fontconfig \ - freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ + Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \ + fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \ pangoft2-1.0 pixman-1 png xml2 z @@ -25,9 +25,8 @@ EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= glade-2.0::devel/libglade2 \ - cairo::graphics/cairo RUN_DEPENDS= ::misc/shared-mime-info +LIB_DEPENDS= glade-2.0::devel/libglade2 USE_X11= Yes USE_GMAKE= Yes