diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
commit | c86e9d97241f251304781abec881b7b5a934f12a (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /net-mgmt/icingaweb2 | |
parent | 1b68d5eb0ccf36adc2ddc3545e89811c794dec49 (diff) | |
download | ports-c86e9d97241f251304781abec881b7b5a934f12a.tar.gz ports-c86e9d97241f251304781abec881b7b5a934f12a.zip |
Notes
Diffstat (limited to 'net-mgmt/icingaweb2')
-rw-r--r-- | net-mgmt/icingaweb2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile index 174133abf59a..3cb591bd0657 100644 --- a/net-mgmt/icingaweb2/Makefile +++ b/net-mgmt/icingaweb2/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} OPTIONS_DEFINE= NLS LDAP MYSQL PGSQL -OPTIONS_DEFAULT= NLS LDAP MYSQL PGSQL +OPTIONS_DEFAULT= LDAP MYSQL PGSQL NLS_USES= gettext PGSQL_USE= PHP=pdo_pgsql |