svn commit: r305234 - head/devel/cdash

Pietro Cerutti gahr at FreeBSD.org
Thu Oct 4 07:32:11 UTC 2012


Author: gahr
Date: Thu Oct  4 07:12:20 2012
New Revision: 305234
URL: http://svn.freebsd.org/changeset/ports/305234

Log:
  - Set MYSQL as the default database type, to make package building happy
  
  Reported by:	bapt

Modified:
  head/devel/cdash/Makefile

Modified: head/devel/cdash/Makefile
==============================================================================
--- head/devel/cdash/Makefile	Thu Oct  4 06:34:17 2012	(r305233)
+++ head/devel/cdash/Makefile	Thu Oct  4 07:12:20 2012	(r305234)
@@ -19,6 +19,7 @@ LICENSE=	BSD
 
 OPTIONS_MULTI=	DB
 OPTIONS_MULTI_DB=	MYSQL PGSQL
+OPTIONS_DEFAULT=MYSQL
 
 USE_ZIP=	yes
 USE_CMAKE=	yes



More information about the svn-ports-all mailing list