diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-14 03:56:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-14 03:56:50 +0800 |
commit | 76d92d281a4b45034e56ba125719f82de7656066 (patch) | |
tree | 662012e1abf4efd9905f73642128e42921b14a12 /x11-fm/nautilus2 | |
parent | 739c1b293c30490e228ab5ab56cc16a316abccf1 (diff) | |
download | freebsd-ports-gnome-76d92d281a4b45034e56ba125719f82de7656066.tar.gz freebsd-ports-gnome-76d92d281a4b45034e56ba125719f82de7656066.tar.zst freebsd-ports-gnome-76d92d281a4b45034e56ba125719f82de7656066.zip |
Change the gnomecontrolcenter2 dependency to a GNOME component.
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 56d9c16ae453..6d2921499034 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -17,12 +17,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME file manager and graphical shell developed by Eazel BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop eel2 librsvg2 +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop eel2 librsvg2 \ + gnomecontrolcenter2 GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_LIBTOOL= yes |