aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-07-26 17:38:57 +0800
committersat <sat@FreeBSD.org>2007-07-26 17:38:57 +0800
commitb659d35638e0c2f5b71da62045333a78b92c8591 (patch)
tree9ee80a70f477d553566eca82f1340e6da7ae57a0 /net-mgmt
parent6e7a8a66c024255e691659ac94eebab5b988b118 (diff)
downloadfreebsd-ports-gnome-b659d35638e0c2f5b71da62045333a78b92c8591.tar.gz
freebsd-ports-gnome-b659d35638e0c2f5b71da62045333a78b92c8591.tar.zst
freebsd-ports-gnome-b659d35638e0c2f5b71da62045333a78b92c8591.zip
- Fix sqlite-related configure args
PR: ports/114907 Submitted by: Ian <yoitsmeremember@gmail.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix/Makefile2
-rw-r--r--net-mgmt/zabbix2/Makefile2
2 files changed, 2 insertions, 2 deletions
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