diff options
Diffstat (limited to 'net-mgmt/zabbix/Makefile')
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index c0e5817519b7..2e5fada87d94 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -45,7 +45,7 @@ IGNORE= You should configure to use either a MySQL or PostgreSQL backend .ifdef(WITH_PGSQL) CONFIGURE_ARGS+=--with-pgsql -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 .endif .ifndef(WITHOUT_MYSQL) USE_MYSQL= yes |