diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
commit | c126810efd96bf00b64bd08ed2b30b3b1302d4c2 (patch) | |
tree | 0912f748ae45e20155bd1db9a53bfb4c0ce511a8 /x11-fm/nautilus2 | |
parent | e20e302afe0d8e17121947ced86142dccb133e3b (diff) | |
download | ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.tar.gz ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.zip |
Notes
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 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 |