summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-22 08:53:19 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-22 08:53:19 +0800
commit158fb9ce9047974e068a1686253d9b4b461004ab (patch)
tree2705e09cae750590a37940db4a134e2007ab9661 /x11-fm/nautilus
parent51eeb2f23b2cf942986fc8f4956ba74843d576df (diff)
downloadmarcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.tar
marcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.tar.gz
marcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.tar.bz2
marcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.tar.lz
marcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.tar.xz
marcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.tar.zst
marcuscom-ports-158fb9ce9047974e068a1686253d9b4b461004ab.zip
Turn tracker support off by default. Tracker for the most part is stable,
but there are a few issues that need to be fixed before we enable it to the masses. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8211 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index c581a4ac4..baff012f3 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -3,7 +3,7 @@
# Whom: ade, archie
#
# $FreeBSD$
-# $MCom: ports/x11-fm/nautilus/Makefile,v 1.119 2006/12/18 14:06:37 ahze Exp $
+# $MCom: ports/x11-fm/nautilus/Makefile,v 1.120 2006/12/24 14:36:51 ahze Exp $
#
PORTNAME= nautilus
@@ -36,13 +36,13 @@ CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
--enable-static
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
-OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" On
+OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off
GCONF_SCHEMAS= apps_nautilus_preferences.schemas
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_TRACKER)
+.if defined(WITH_TRACKER)
LIB_DEPENDS+= trackerclient.0:${PORTSDIR}/sysutils/tracker
.else
CONFIGURE_ARGS+=--disable-tracker