From 8bfcf7e09cdb60d8e2d13f8f5b7f4ff04977c49f Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 12 Oct 2012 12:06:04 +0000 Subject: [PATCH] Missing dependency on libmagic. --- x11/gnome/file-roller/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x11/gnome/file-roller/Makefile b/x11/gnome/file-roller/Makefile index 9ee4433c548..511dfc01a89 100644 --- a/x11/gnome/file-roller/Makefile +++ b/x11/gnome/file-roller/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2012/09/29 10:10:45 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.75 2012/10/12 12:06:04 ajacoutot Exp $ SHARED_ONLY= Yes @@ -11,7 +11,8 @@ GNOME_VERSION= 3.6.0 PKGNAME-main= ${DISTNAME} PKGNAME-nautilus= nautilus-${DISTNAME} -REVISION-nautilus= 0 +REVISION-main= 0 +REVISION-nautilus= 1 CATEGORIES= archivers @@ -27,9 +28,8 @@ WANTLIB += cairo-gobject drm expat fontconfig freetype gdk-3 gdk_pixbuf-2.0 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 WANTLIB += gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre WANTLIB += pixman-1 png pthread-stubs xcb xcb-render xcb-shm -WANTLIB += z ffi stdc++ pthread +WANTLIB += z ffi stdc++ pthread icule icuuc WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata -WANTLIB += icule icuuc MODULES= devel/dconf \ devel/gettext \ @@ -37,7 +37,7 @@ MODULES= devel/dconf \ MULTI_PACKAGES= -main -nautilus -WANTLIB-main= ${WANTLIB} bz2 c lzma archive json-glib-1.0 notify +WANTLIB-main= ${WANTLIB} bz2 c lzma archive json-glib-1.0 magic notify RUN_DEPENDS-main= archivers/gcpio \ archivers/gtar \ archivers/p7zip \ @@ -52,6 +52,7 @@ RUN_DEPENDS-main += archivers/unrar LIB_DEPENDS-main= archivers/libarchive \ devel/json-glib \ + devel/libmagic \ devel/libnotify \ x11/gtk+3