diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-20 03:36:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-20 03:36:38 +0800 |
commit | e7019d390c77baaba27f4606c8953770ef96df28 (patch) | |
tree | 0031a4a171972ffd354a12166d354085da7822b2 /x11-fm/nautilus2 | |
parent | 930d3872852507bfc6040c168a5df0c507f7c8a5 (diff) | |
download | freebsd-ports-gnome-e7019d390c77baaba27f4606c8953770ef96df28.tar.gz freebsd-ports-gnome-e7019d390c77baaba27f4606c8953770ef96df28.tar.zst freebsd-ports-gnome-e7019d390c77baaba27f4606c8953770ef96df28.zip |
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')
-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 4ece10608aed..dd11ea83ff2f 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 |