diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 17:13:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 17:13:52 +0800 |
commit | 562e0ae5d1c0ff92e2b008adc041cf2f5be36cd4 (patch) | |
tree | b742281ad93771b1e2694fe30ab151841f917b45 | |
parent | 582dad99eac06c0ec5b48acb2d97751d01c58bbe (diff) | |
download | marcuscom-ports-562e0ae5d1c0ff92e2b008adc041cf2f5be36cd4.tar.gz marcuscom-ports-562e0ae5d1c0ff92e2b008adc041cf2f5be36cd4.tar.zst marcuscom-ports-562e0ae5d1c0ff92e2b008adc041cf2f5be36cd4.zip |
There is no 5+ for USE_BDB only 5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18541 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server3/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda5/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution-ews/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution-exchange3/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution-groupwise/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index 66638b033..8e24c0507 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -36,7 +36,7 @@ USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ USE_OPENLDAP= yes USE_SQLITE= yes USE_AUTOTOOLS= libtool -USE_BDB= 5+ +USE_BDB= 5 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static \ --with-openldap=yes \ diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index fa25312ab..8191b1168 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+=--without-ui .endif .if ${LIBGDA5_SLAVE}=="bdb" -USE_BDB= 5+ +USE_BDB= 5 CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} .else CONFIGURE_ARGS+= --without-bdb diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index b9b837855..4ac50aea7 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= 5+ +USE_BDB= 5 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack CPPFLAGS+= -I${LOCALBASE}/include diff --git a/mail/evolution-exchange3/Makefile b/mail/evolution-exchange3/Makefile index a7d9ba7cc..15b584a2a 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= 5+ +USE_BDB= 5 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 40d359ed3..6699196b5 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= 5+ +USE_BDB= 5 USE_GNOME= gnomeprefix intlhack ltasneededhack libxml2 gconf2 CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib |