From b202a72985cae5b6645ac9c2a988794dbe7cc1fd Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 4 Apr 2012 18:17:50 +0000 Subject: [PATCH] Switch rox-filer LIB_DEPENDS from devel/libglade2 to x11/gtk+2. It doesn't use glade any more, so the LIB_DEPENDS gets stripped, meaning there's no longer a path to gtk+2, so pkg_create fails (hence no bump in this diff). ok jasper@ --- x11/rox-filer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/rox-filer/Makefile b/x11/rox-filer/Makefile index 7fd990add50..7640f048df4 100644 --- a/x11/rox-filer/Makefile +++ b/x11/rox-filer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2012/04/04 15:29:28 gonzalo Exp $ +# $OpenBSD: Makefile,v 1.57 2012/04/04 18:17:50 sthen Exp $ COMMENT= GTK+-2 file manager with desktop features @@ -28,7 +28,7 @@ EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= misc/shared-mime-info -LIB_DEPENDS= devel/libglade2 +LIB_DEPENDS= x11/gtk+2 USE_GROFF = Yes