diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2021-08-21 19:05:07 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2021-08-21 19:05:53 +0000 |
| commit | 25bd6410a8b2842ca994f518c5ea75b80e06fbee (patch) | |
| tree | 55786550d1eb64745e9685335ba8492039e5a45f /mail/postfixadmin | |
| parent | 87d71875d934c0b5c9a5819ebd47c056a2489c93 (diff) | |
Diffstat (limited to 'mail/postfixadmin')
| -rw-r--r-- | mail/postfixadmin/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index af9a04591388..a1ab399a848a 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -36,18 +36,12 @@ OPTIONS_DEFAULT= PGSQL USE_PERL5= run -USE_PHP= mbstring openssl pcre phar session spl +USE_PHP= mbstring openssl pcre phar session spl xmlrpc MYSQL_USE= php=mysqli PGSQL_USE= php=pgsql SQLITE_USE= php=sqlite3 -.include <bsd.port.options.mk> - -.if ${FLAVOR} != php80 -USE_PHP+= xmlrpc -.endif - do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/templates_c |
