diff options
author | kwm <kwm@FreeBSD.org> | 2014-02-07 17:10:38 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-02-07 17:10:38 +0800 |
commit | db39965613ab4aa3de9968509cdc567ebc2b9706 (patch) | |
tree | ed91e6df437c7be4f31be4e75ff2968ebb805fb7 /mail | |
parent | 93e72ab5e52ec1085bc7730923cd364b8a3e88c0 (diff) | |
download | freebsd-ports-graphics-db39965613ab4aa3de9968509cdc567ebc2b9706.tar.gz freebsd-ports-graphics-db39965613ab4aa3de9968509cdc567ebc2b9706.tar.zst freebsd-ports-graphics-db39965613ab4aa3de9968509cdc567ebc2b9706.zip |
Allow to use a newer bdb version.
PR: ports/185400
Submitted by: Kevin Oberman <rkoberman@gmail.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index ecdcf25a458..636a42a116a 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -21,7 +21,7 @@ CONFLICTS= evolution-exchange-3.[0-9]* USE_BZIP2= yes USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool -USE_BDB= 41 +USE_BDB= 41+ USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} |