svn commit: r322311 - head/misc/krecipes

Jason Helfman jgh at FreeBSD.org
Fri Jul 5 06:47:14 UTC 2013


Author: jgh
Date: Fri Jul  5 06:47:13 2013
New Revision: 322311
URL: http://svnweb.freebsd.org/changeset/ports/322311

Log:
  - fix options conversion
  
  Reported by: portmgr

Modified:
  head/misc/krecipes/Makefile

Modified: head/misc/krecipes/Makefile
==============================================================================
--- head/misc/krecipes/Makefile	Fri Jul  5 06:44:42 2013	(r322310)
+++ head/misc/krecipes/Makefile	Fri Jul  5 06:47:13 2013	(r322311)
@@ -15,6 +15,7 @@ USE_AUTOTOOLS=	libtool
 
 OPTIONS_MULTI=	DB
 OPTIONS_MULTI_DB=	SQLITE MYSQL PGSQL
+OPTIONS_DEFAULT=	SQLITE
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list