svn commit: r382799 - head/mail/rainloop

Kurt Jaeger pi at FreeBSD.org
Tue Mar 31 07:33:56 UTC 2015


Author: pi
Date: Tue Mar 31 07:33:55 2015
New Revision: 382799
URL: https://svnweb.freebsd.org/changeset/ports/382799
QAT: https://qat.redports.org/buildarchive/r382799/

Log:
  mail/rainloop: Add an OPTIONS_DEFAULT
  
  PR:		198374
  Submitted by:	Bernard Spil <spil.oss at gmail.com>

Modified:
  head/mail/rainloop/Makefile

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Tue Mar 31 07:08:00 2015	(r382798)
+++ head/mail/rainloop/Makefile	Tue Mar 31 07:33:55 2015	(r382799)
@@ -18,6 +18,10 @@ LICENSE_PERMS=	dist-mirror pkg-mirror au
 RHASH=		3cd56183a7425a8750c19bc688aedd81
 RBUILD=		291
 
+OPTIONS_SINGLE=	DB
+OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
+OPTIONS_DEFAULT=	MYSQL
+
 USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -28,7 +32,6 @@ PLIST_SUB=	VER="${RVER}" WWWOWN="${WWWOW
 
 OPTIONS_SINGLE=	DB
 OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
-BROKEN=		You must select one and only one option from the DB single
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list