aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
commit4031a6967c572131286ac61cc1b11872a57cd37d (patch)
tree714c4a22b469826dcc0386922e90e2c36f96e684 /dns/mydns
parent092124470bd598a7373693de2d97a5091e74d063 (diff)
downloadports-4031a6967c572131286ac61cc1b11872a57cd37d.tar.gz
ports-4031a6967c572131286ac61cc1b11872a57cd37d.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
Notes
Notes: svn path=/head/; revision=109952
Diffstat (limited to 'dns/mydns')
-rw-r--r--dns/mydns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 372eadc2fe0b..4363c468f45f 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--with-openssl
.endif
.if defined(WITH_PGSQL)
-POSTGRESQL_PORT?= databases/postgresql-client
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--without-mysql
PKGNAMESUFFIX= -pg