diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-26 09:38:57 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-26 09:38:57 +0000 |
commit | 1e8e60b80738a69919e375600a0ecb9700d21da6 (patch) | |
tree | c76c2b021a30f2175e32583983f61843457cc279 /net-mgmt/zabbix2 | |
parent | b70c088808d3a100b0a3f2eb954d9936ee21b542 (diff) |
Notes
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 |