diff options
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index f4763ca2c959..7865b52e6e61 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -58,7 +58,7 @@ CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/bin/pg_config .elifdef WITH_SQLITE USE_SQLITE= yes USE_PHP+= sqlite -CONFIGURE_ARGS+=--with-sqlite=${LOCALBASE} +CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} .else IGNORE= zabbix needs a database backend .endif |