diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-07-06 21:00:33 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-07-06 21:00:33 +0000 |
commit | 90077e6fa3a104273ac3026826027df5f0341ba3 (patch) | |
tree | 75f4ddd12e88fa31d6459b210805242665f36131 /mail | |
parent | b0754baf2bb4954aa18b4ceaf607601ee84fa27c (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rainloop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index 89be43e72cb4..232b5e991c87 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -42,7 +42,7 @@ OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= SQLITE MYSQL_USE= PHP=pdo_mysql -PGSQL_USE= PHP=pdo_pqsql +PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite .include <bsd.port.options.mk> |