svn commit: r343203 - head/mail/evolution-exchange

Koop Mast kwm at FreeBSD.org
Fri Feb 7 09:10:38 UTC 2014


Author: kwm
Date: Fri Feb  7 09:10:38 2014
New Revision: 343203
URL: http://svnweb.freebsd.org/changeset/ports/343203
QAT: https://qat.redports.org/buildarchive/r343203/

Log:
  Allow to use a newer bdb version.
  
  PR:		ports/185400
  Submitted by:	Kevin Oberman <rkoberman at gmail.com>

Modified:
  head/mail/evolution-exchange/Makefile

Modified: head/mail/evolution-exchange/Makefile
==============================================================================
--- head/mail/evolution-exchange/Makefile	Fri Feb  7 09:02:45 2014	(r343202)
+++ head/mail/evolution-exchange/Makefile	Fri Feb  7 09:10:38 2014	(r343203)
@@ -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}


More information about the svn-ports-all mailing list