diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-26 11:40:50 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-26 11:40:50 +0000 |
commit | a0718a37faaf941e8653ea666eb559e6aba2d5c6 (patch) | |
tree | fe6ee88705679289ba11c53a9242c3b8724827d4 /net-mgmt/zabbix | |
parent | dceb773b51333fbd1f85507629e61bfbeee72d13 (diff) | |
download | ports-a0718a37faaf941e8653ea666eb559e6aba2d5c6.tar.gz ports-a0718a37faaf941e8653ea666eb559e6aba2d5c6.zip |
Notes
Diffstat (limited to 'net-mgmt/zabbix')
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 8c0de1b6237d..ff76b30d2c45 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -51,9 +51,11 @@ USE_MYSQL= yes USE_PHP+= mysql CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}/bin/mysql_config .elifdef WITH_PGSQL +USE_PGSQL= yes USE_PHP+= pgsql CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/bin/pg_config .elifdef WITH_SQLITE +USE_SQLITE= yes USE_PHP+= sqlite CONFIGURE_ARGS+=--with-sqlite=${LOCALBASE} .else |