From b659d35638e0c2f5b71da62045333a78b92c8591 Mon Sep 17 00:00:00 2001 From: sat Date: Thu, 26 Jul 2007 09:38:57 +0000 Subject: - Fix sqlite-related configure args PR: ports/114907 Submitted by: Ian --- net-mgmt/zabbix/Makefile | 2 +- net-mgmt/zabbix2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index f4763ca2c959..7865b52e6e61 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/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 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 -- cgit