summaryrefslogtreecommitdiffstats
path: root/sysutils/tracker/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-19 05:35:47 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-19 05:35:47 +0800
commit19a38930b11911ebe88e27498fb4042ea826b684 (patch)
tree9d94458c92d14d189b0c7322e165ac11185cdb6f /sysutils/tracker/Makefile
parent38234ad3330a402d70b114f1c073ffde12e0f2d8 (diff)
downloadmarcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.tar
marcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.tar.gz
marcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.tar.bz2
marcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.tar.lz
marcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.tar.xz
marcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.tar.zst
marcuscom-ports-19a38930b11911ebe88e27498fb4042ea826b684.zip
Update tracker to 1.2.3. Kill the nautilus option, that
causes a loop of dependences. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19993 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/tracker/Makefile')
-rw-r--r--sysutils/tracker/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/sysutils/tracker/Makefile b/sysutils/tracker/Makefile
index 6adf2adfe..a9b22d49a 100644
--- a/sysutils/tracker/Makefile
+++ b/sysutils/tracker/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= tracker
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
@@ -55,25 +55,15 @@ GLIB_SCHEMAS= org.freedesktop.Tracker.DB.gschema.xml \
org.freedesktop.Tracker.enums.xml \
org.freedesktop.Tracker.gschema.xml
-OPTIONS_DEFINE= AUDIO_MINERS DOCUMENT_MINERS GRAPHIC_MINERS WEB_MINERS NAUTILUS
+OPTIONS_DEFINE= AUDIO_MINERS DOCUMENT_MINERS GRAPHIC_MINERS WEB_MINERS
OPTIONS_DEFAULT= AUDIO_MINERS DOCUMENT_MINERS GRAPHIC_MINERS
WEB_MINERS_DESC= Support for Firefox, Thunderbird and Evolution
AUDIO_MINERS_DESC= Support for audio files
DOCUMENT_MINERS_DESC= Support for some sort of documents (pdf, ps, xps, office)
GRAPHIC_MINERS_DESC= Support for some graphic formats (gif, png, tiff)
-NAUTILUS_DESC= Tagging in nautilus with tracker
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MNAUTILUS}
-CONFIGURE_ARGS+= --enable-nautilus-extension
-USE_GNOME+= nautilus3
-PLIST_SUB+= NAUTILUS=""
-.else
-CONFIGURE_ARGS+= --disable-nautilus-extension
-PLIST_SUB+= NAUTILUS="@comment"
-.endif
-
.if ${PORT_OPTIONS:MWEB_MINERS}
CONFIGURE_ARGS+= --enable-miner-firefox \
--enable-miner-thunderbird