aboutsummaryrefslogtreecommitdiff
path: root/mail/rainloop
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-03-31 07:33:55 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-03-31 07:33:55 +0000
commit5b728e2a776856f9626ddc67e19d67b1e1c41f75 (patch)
tree3645a5e539d3d0ca12718c5fbe59e08ca90c4dbb /mail/rainloop
parent1e0f9c5aadd2d4f1f7f5a237c4daaafd77235e75 (diff)
downloadports-5b728e2a776856f9626ddc67e19d67b1e1c41f75.tar.gz
ports-5b728e2a776856f9626ddc67e19d67b1e1c41f75.zip
Notes
Diffstat (limited to 'mail/rainloop')
-rw-r--r--mail/rainloop/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile
index 7eff56c9089e..1189ae1f7381 100644
--- a/mail/rainloop/Makefile
+++ b/mail/rainloop/Makefile
@@ -18,6 +18,10 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
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="${WWWOWN}" WWWGRP="${WWWGRP}"
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>