diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-19 22:29:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-19 22:29:46 +0800 |
commit | e89c830342d23a25902ba3a0c972018a3fb56ddb (patch) | |
tree | e7ca90bf1c395e6f3438b3f17d000fef5a1be581 /x11-fm | |
parent | a8c0282262d24dac9b5ff9e35403238964a190b4 (diff) | |
download | freebsd-ports-graphics-e89c830342d23a25902ba3a0c972018a3fb56ddb.tar.gz freebsd-ports-graphics-e89c830342d23a25902ba3a0c972018a3fb56ddb.tar.zst freebsd-ports-graphics-e89c830342d23a25902ba3a0c972018a3fb56ddb.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
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 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 |