From 0c8af01d01e54fe7297658305b895c382ef8c243 Mon Sep 17 00:00:00 2001 From: landry Date: Mon, 28 Dec 2009 12:21:05 +0000 Subject: [PATCH] Pretty silly for a GVFS mountpoint manager to not .. well .. RUN_DEPENDS on GVFS ? (even though it builds and runs fine without it) prodded by ajacoutot@ --- x11/gigolo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/gigolo/Makefile b/x11/gigolo/Makefile index 46128f37c51..3cb824e4062 100644 --- a/x11/gigolo/Makefile +++ b/x11/gigolo/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 12:07:37 landry Exp $ +# $OpenBSD: Makefile,v 1.2 2009/12/28 12:21:05 landry Exp $ COMMENT = GVfs mountpoint manager XFCE_VERSION = 0.3.2 XFCE_GOODIE = gigolo +PKGNAME = ${DISTNAME}p0 CATEGORIES = x11 MAINTAINER = Landry Breuil @@ -19,6 +20,7 @@ CONFIGURE_STYLE = gnu NO_REGRESS = Yes DESKTOP_FILES = Yes +RUN_DEPENDS += ::x11/gnome/gvfs LIB_DEPENDS = gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes