diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-19 14:29:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-19 14:29:46 +0000 |
commit | c15478111d48c72804eb77409add3c6930001cf2 (patch) | |
tree | e7ca90bf1c395e6f3438b3f17d000fef5a1be581 /x11-fm | |
parent | 7b0acff6a5d0e42e3eda9dcdd470ffad343dcbef (diff) | |
download | ports-c15478111d48c72804eb77409add3c6930001cf2.tar.gz ports-c15478111d48c72804eb77409add3c6930001cf2.zip |
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
Notes
Notes:
svn path=/head/; revision=372778
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index d9888695ba8a..dda5a1a61285 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 |