diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-11 15:51:56 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-11 15:51:56 +0800 |
commit | 4d90426f965d06dbe049733a41879ff6f9dfaa24 (patch) | |
tree | 59c0b89125df8dc83c5df24c186f8f147bb1bf9d | |
parent | 700b152215524253c638fa3e7c281f3c6b386bde (diff) | |
download | marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.tar marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.tar.gz marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.tar.bz2 marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.tar.lz marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.tar.xz marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.tar.zst marcuscom-ports-4d90426f965d06dbe049733a41879ff6f9dfaa24.zip |
Update message in e-d-s, also bump bdb in groupwise.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18527 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server3/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution-groupwise/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index b8a34579b..66638b033 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -72,10 +72,10 @@ CONFIGURE_ARGS+= --disable-weather PLIST_SUB+= WEATHER="@comment " .endif -EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." +EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 5." pre-everything:: - @if [ x"${BDB_VER}" != x"41" ]; then \ + @if [ x"${BDB_VER}" != x"5" ]; then \ ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ fi diff --git a/mail/evolution-groupwise/Makefile b/mail/evolution-groupwise/Makefile index cd6967409..40d359ed3 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= 5+ USE_GNOME= gnomeprefix intlhack ltasneededhack libxml2 gconf2 CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib |