diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-15 04:52:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-15 04:52:27 +0800 |
commit | a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7 (patch) | |
tree | f6b25fc59f1851a59e4a0ffec60dd43ad0724c72 /mail/evolution | |
parent | 2f40e21770420560f120211ac50272a83d1c0cc6 (diff) | |
download | marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.tar marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.tar.gz marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.tar.bz2 marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.tar.lz marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.tar.xz marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.tar.zst marcuscom-ports-a9564ac3c8e0ba5660426cb0f66ed27a7d94e0a7.zip |
Use the evolutiondataserver component.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1667 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 66d9bd0b0..981c41e1d 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -15,8 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An integrated mail, calendar and address book distributed suite -LIB_DEPENDS= edataserver.2:${PORTSDIR}/databases/evolution-data-server \ - nss3.1:${PORTSDIR}/security/nss +LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell .if defined(WITH_PILOT) @@ -30,7 +29,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnometarget intlhack +USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nss=yes \ |