diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-17 16:22:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-17 16:22:55 +0800 |
commit | ac834ee80d18dc10a715944501c29f9431f3d252 (patch) | |
tree | add12709b754ea964359c1b8b5962a8a2aa89851 | |
parent | 703c2a274ec5dfc95079efc043559c5e27c5ff1c (diff) | |
download | marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.gz marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.bz2 marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.lz marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.xz marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.tar.zst marcuscom-ports-ac834ee80d18dc10a715944501c29f9431f3d252.zip |
Allow higher BDB versions then 4.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18471 df743ca5-7f9a-e211-a948-0013205c9059
-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 |