From e89c830342d23a25902ba3a0c972018a3fb56ddb Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 19 Nov 2014 14:29:46 +0000 Subject: Remove useless dependencies on some gnome2 components The port does not link to any of the following components that were in list of dependencies: - gconf2, - gnomevfs2, - libglade2 - libIDL, - orbit2 --- x11-fm/rox-filer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-fm') diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index d9888695ba8..dda5a1a6128 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -2,7 +2,7 @@ PORTNAME= rox-filer PORTVERSION= 2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm gnome MASTER_SITES= SF/rox/rox/${PORTVERSION} DISTNAME= rox-filer-${PORTVERSION} @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/mi PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_XORG= x11 sm xaw xproto -USE_GNOME= atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango +USE_GNOME= atk glib20 gtk20 libxml2 pango USES= gmake pkgconfig shared-mime-info tar:bzip2 GNU_CONFIGURE= yes -- cgit