diff options
author | sat <sat@FreeBSD.org> | 2007-07-26 17:38:57 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-26 17:38:57 +0800 |
commit | b659d35638e0c2f5b71da62045333a78b92c8591 (patch) | |
tree | 9ee80a70f477d553566eca82f1340e6da7ae57a0 /net-mgmt | |
parent | 6e7a8a66c024255e691659ac94eebab5b988b118 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 |
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 |