diff options
Diffstat (limited to 'mail/policyd2/Makefile')
-rw-r--r-- | mail/policyd2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/policyd2/Makefile b/mail/policyd2/Makefile index 599d76d131de..42f3485150e2 100644 --- a/mail/policyd2/Makefile +++ b/mail/policyd2/Makefile @@ -47,12 +47,15 @@ PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg .if ${PORT_OPTIONS:MWEBUI} . if ${PORT_OPTIONS:MMYSQL} +USES+= php USE_PHP= pdo_mysql . endif . if ${PORT_OPTIONS:MSQLITE} +USES+= php USE_PHP= pdo_sqlite . endif . if ${PORT_OPTIONS:MPGSQL} +USES+= php USE_PHP= pdo_pgsql . endif .endif |