svn commit: r372778 - head/x11-fm/rox-filer

Baptiste Daroussin bapt at FreeBSD.org
Wed Nov 19 14:29:47 UTC 2014


Author: bapt
Date: Wed Nov 19 14:29:46 2014
New Revision: 372778
URL: https://svnweb.freebsd.org/changeset/ports/372778
QAT: https://qat.redports.org/buildarchive/r372778/

Log:
  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

Modified:
  head/x11-fm/rox-filer/Makefile

Modified: head/x11-fm/rox-filer/Makefile
==============================================================================
--- head/x11-fm/rox-filer/Makefile	Wed Nov 19 13:58:44 2014	(r372777)
+++ head/x11-fm/rox-filer/Makefile	Wed Nov 19 14:29:46 2014	(r372778)
@@ -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/pac
 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


More information about the svn-ports-all mailing list