diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-19 19:36:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-19 19:36:38 +0000 |
commit | e7019d390c77baaba27f4606c8953770ef96df28 (patch) | |
tree | 0031a4a171972ffd354a12166d354085da7822b2 /x11-fm/nautilus2/Makefile | |
parent | 930d3872852507bfc6040c168a5df0c507f7c8a5 (diff) | |
download | FreeBSD-ports-e7019d390c77baaba27f4606c8953770ef96df28.zip FreeBSD-ports-e7019d390c77baaba27f4606c8953770ef96df28.tar.gz |
Add a RUN_DEPENDS on gnomecontrolcenter2. This is for users that like to
use Nautilus without the rest of GNOME. With this, users can now configure
file associations.
PR: 45902
Submitted by: Brad Laue <brad@brad-x.com>
Diffstat (limited to 'x11-fm/nautilus2/Makefile')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 4ece106..dd11ea8 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus2 PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 @@ -19,6 +20,7 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \ eel-2.2:${PORTSDIR}/x11-toolkits/eel2 \ gnome-desktop-2.0:${PORTSDIR}/x11/gnomedesktop +RUN_DEPENDS= gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 USE_BZIP2= yes USE_GMAKE= yes |