svn commit: r365913 - head/devel/ice

Michael Gmelin grembo at FreeBSD.org
Sun Aug 24 13:08:40 UTC 2014


Author: grembo
Date: Sun Aug 24 13:08:39 2014
New Revision: 365913
URL: http://svnweb.freebsd.org/changeset/ports/365913
QAT: https://qat.redports.org/buildarchive/r365913/

Log:
  Fix use of USE_BDB
  
  Submitted by:	ohauer
  Reviewed by:	flo (mentor)
  Approved by:	flo (mentor)

Modified:
  head/devel/ice/Makefile

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Sun Aug 24 12:08:43 2014	(r365912)
+++ head/devel/ice/Makefile	Sun Aug 24 13:08:39 2014	(r365913)
@@ -27,7 +27,8 @@ USE_PYTHON_BUILD=	yes
 .endif
 
 USES=			iconv gmake
-USE_BDB=		5
+USE_BDB=		yes
+WANT_BDB_VER=		5
 INVALID_BDB_VER=	40 41 42 43 44 46 47 48 6
 USE_LDCONFIG=		yes
 BUILD_WRKSRC?=		${WRKSRC}/cpp


More information about the svn-ports-head mailing list