Date: Wed, 19 Nov 2014 14:29:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372778 - head/x11-fm/rox-filer Message-ID: <201411191429.sAJETkJB018770@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411191429.sAJETkJB018770>