diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-09 00:56:41 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-09 00:56:41 +0800 |
| commit | 30231ce06aa33267c7e3a4eec7aa6e90ac6d65de (patch) | |
| tree | 382dbb89234500d7218d8f24e16f0c3708a6bd96 /mail | |
| parent | f5a637e0fa8274d33f266e0a97f152b630bf05f9 (diff) | |
| download | marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.gz marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.tar.zst marcuscom-ports-30231ce06aa33267c7e3a4eec7aa6e90ac6d65de.zip | |
Change custom LIB_DEPENDS=sqlite3 -> USE_SQLITE=yes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17033 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
| -rw-r--r-- | mail/evolution-ews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 48840b0e1..124d268bb 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution-ews/Makefile,v 1.3 2012/06/12 22:09:39 mezz Exp $ +# $MCom: ports/mail/evolution-ews/Makefile,v 1.4 2012/06/18 11:06:28 kwm Exp $ # PORTNAME= evolution-ews @@ -17,7 +17,6 @@ COMMENT= Evolution 3 plugin to connect to Microsoft Exchange Web Services BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ ical.44:${PORTSDIR}/devel/libical RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 @@ -25,6 +24,7 @@ EVO_VER= 3.4.1 USE_XZ= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool +USE_SQLITE= yes USE_GMAKE= yes USE_BDB= 41 USE_OPENLDAP= yes |
