diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
commit | 8d5aebb15f925802df103642983fbaa93a2b1e5a (patch) | |
tree | fda0740a809b9e0755c425905c8a528f4bd02a2d /x11-fm/nautilus2 | |
parent | ce51d65108bdf9d881971f2456db24ae4517bd72 (diff) | |
download | FreeBSD-ports-8d5aebb15f925802df103642983fbaa93a2b1e5a.zip FreeBSD-ports-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.gz |
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 8023269..56d9c16 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 |