aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-26 09:38:57 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-26 09:38:57 +0000
commit1e8e60b80738a69919e375600a0ecb9700d21da6 (patch)
treec76c2b021a30f2175e32583983f61843457cc279 /net-mgmt
parentb70c088808d3a100b0a3f2eb954d9936ee21b542 (diff)
downloadports-1e8e60b80738a69919e375600a0ecb9700d21da6.tar.gz
ports-1e8e60b80738a69919e375600a0ecb9700d21da6.zip
Notes
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