svn commit: r342387 - head/textproc/redland

Max Brazhnikov makc at FreeBSD.org
Mon Feb 3 07:16:50 UTC 2014


Author: makc
Date: Mon Feb  3 07:16:49 2014
New Revision: 342387
URL: http://svnweb.freebsd.org/changeset/ports/342387
QAT: https://qat.redports.org/buildarchive/r342387/

Log:
  - Fix typo (and build with default configuration)
  
  Reported:	az@

Modified:
  head/textproc/redland/Makefile

Modified: head/textproc/redland/Makefile
==============================================================================
--- head/textproc/redland/Makefile	Mon Feb  3 05:26:13 2014	(r342386)
+++ head/textproc/redland/Makefile	Mon Feb  3 07:16:49 2014	(r342387)
@@ -29,7 +29,7 @@ USE_LDCONFIG=	yes
 OPTIONS_DEFINE=	BDB THREADS
 OPTIONS_DEFAULT=	BDB
 
-BDB_USE=	BDB=	yes
+BDB_USE=	BDB=yes
 BDB_CONFIGURE_OFF=	--with-bdb=no
 
 THREADS_CONFIGURE_ENABLE=	threads


More information about the svn-ports-all mailing list