diff options
-rw-r--r-- | mail/evolution-ews/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution-exchange/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution-exchange3/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution-groupwise/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 5cb62ac6f..2425660b8 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -22,7 +22,7 @@ USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_SQLITE= yes USE_GMAKE= yes -USE_BDB= 41 +USE_BDB= 41+ USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 606c06692..a4ed3f0ee 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_BDB= 41 +USE_BDB= 41+ USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} diff --git a/mail/evolution-exchange3/Makefile b/mail/evolution-exchange3/Makefile index a903477d6..7e6907ea7 100644 --- a/mail/evolution-exchange3/Makefile +++ b/mail/evolution-exchange3/Makefile @@ -22,7 +22,7 @@ USE_XZ= yes USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_BDB= 41 +USE_BDB= 41+ USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} diff --git a/mail/evolution-groupwise/Makefile b/mail/evolution-groupwise/Makefile index 062fbc2eb..cd6967409 100644 --- a/mail/evolution-groupwise/Makefile +++ b/mail/evolution-groupwise/Makefile @@ -19,7 +19,7 @@ USE_XZ= yes USES= gettext pathfix pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_BDB= 41 +USE_BDB= 41+ USE_GNOME= gnomeprefix intlhack ltasneededhack libxml2 gconf2 CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib |