diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 05:30:04 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 05:30:04 +0800 |
commit | 31c145a96be41e446cd498632d3b418d50042a3b (patch) | |
tree | 2d9eb89c9e699fedf17cf02e287817d5bcbcd35f | |
parent | b37f013bc9c5103fec6beceae627f2d57872a774 (diff) | |
download | marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.tar marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.tar.gz marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.tar.bz2 marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.tar.lz marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.tar.xz marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.tar.zst marcuscom-ports-31c145a96be41e446cd498632d3b418d50042a3b.zip |
Forgot to save in VIM for reorder in GCONF_SCHEMAS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10407 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index a6d6d0f4d..d3a19c381 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.160 2008/02/10 00:13:17 mezz Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.161 2008/02/11 21:27:27 mezz Exp $ # PORTNAME= evolution @@ -37,11 +37,11 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= apps-evolution-attachment-reminder.schemas \ +GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ + apps-evolution-attachment-reminder.schemas \ + apps_evolution_calendar.schemas \ apps-evolution-mail-notification.schemas \ apps-evolution-mail-prompts-checkdefault.schemas \ - apps_evolution_addressbook.schemas \ - apps_evolution_calendar.schemas \ apps_evolution_shell.schemas \ bogo-junk-plugin.schemas \ evolution-mail.schemas |