aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix2
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-05-25 17:19:42 +0800
committermat <mat@FreeBSD.org>2004-05-25 17:19:42 +0800
commit62b577313b0d65704b72bd2d1187e3bf4df38994 (patch)
tree3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /net-mgmt/zabbix2
parentef91dce1482e4d516f495a75898806dc3c98d5e6 (diff)
downloadfreebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.gz
freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.zst
freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.zip
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r--net-mgmt/zabbix2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile
index c0e5817519b7..2e5fada87d94 100644
--- a/net-mgmt/zabbix2/Makefile
+++ b/net-mgmt/zabbix2/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