diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-07 05:16:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-07 05:16:05 +0800 |
commit | 8d5aebb15f925802df103642983fbaa93a2b1e5a (patch) | |
tree | fda0740a809b9e0755c425905c8a528f4bd02a2d /x11-fm | |
parent | ce51d65108bdf9d881971f2456db24ae4517bd72 (diff) | |
download | freebsd-ports-gnome-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.gz freebsd-ports-gnome-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.zst freebsd-ports-gnome-8d5aebb15f925802df103642983fbaa93a2b1e5a.zip |
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 5f3793ba12f5..5fa75f41539c 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOMENG= yes +GNOME_DESKTOP_VERSION=1 USE_GNOME= gnomehack gnomeprefix gnomehier libpanel libghttp bonobo \ gnomevfs INSTALLS_SHLIB= yes diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 8023269ad96f..56d9c16ae453 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -17,16 +17,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME file manager and graphical shell developed by Eazel BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= rsvg-2.4:${PORTSDIR}/graphics/librsvg2 \ - eel-2.4:${PORTSDIR}/x11-toolkits/eel2 \ - gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop RUN_DEPENDS= gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop eel2 librsvg2 +GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes |