1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

I don't want evolution-data-server to be loaded whenever I click on

the clock applet. Add an option for disabling the eds code even if
Evolution is installed.
This commit is contained in:
Jean-Yves Lefort 2006-11-06 12:12:57 +00:00
parent 4751c5268d
commit 978e3361e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176601

View File

@ -44,6 +44,8 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \
panel-toplevel.schemas window-list.schemas \
workspace-switcher.schemas
OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_GNOME
WITH_GNOME= yes
@ -51,7 +53,7 @@ WITH_GNOME= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mevolutiondataserver}!=""
.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
USE_GNOME+= evolutiondataserver
CONFIGURE_ARGS+=--enable-eds
.else