svn commit: r385549 - head/mail/rainloop

Rodrigo Osorio rodrigo at FreeBSD.org
Wed May 6 19:04:32 UTC 2015


Author: rodrigo
Date: Wed May  6 19:04:31 2015
New Revision: 385549
URL: https://svnweb.freebsd.org/changeset/ports/385549

Log:
  use OPTIONS_RADIO rather than OPTIONS_SINGLE
  
  PR:		199059
  Submitted by:	Yasuhiro KIMURA <freebsd.org at pob01.utahime.jp>

Modified:
  head/mail/rainloop/Makefile

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Wed May  6 19:00:02 2015	(r385548)
+++ head/mail/rainloop/Makefile	Wed May  6 19:04:31 2015	(r385549)
@@ -26,8 +26,8 @@ USE_PHP=	curl iconv json xml dom openssl
 RVER=		${PORTVERSION}.${RBUILD}
 PLIST_SUB=	VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 
-OPTIONS_SINGLE=	DB
-OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
+OPTIONS_RADIO=		DB
+OPTIONS_RADIO_DB=	MYSQL PGSQL SQLITE
 OPTIONS_DEFAULT=	MYSQL
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list