summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
committermat <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
commit62b577313b0d65704b72bd2d1187e3bf4df38994 (patch)
tree3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /security
parentef91dce1482e4d516f495a75898806dc3c98d5e6 (diff)
downloadFreeBSD-ports-62b577313b0d65704b72bd2d1187e3bf4df38994.zip
FreeBSD-ports-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.gz
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 'security')
-rw-r--r--security/cyrus-sasl2/Makefile2
-rw-r--r--security/prelude-manager/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 338bd66..e1fb872 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--without-mysql
.endif
.if defined(WITH_PGSQL)
-POSTGRESQL_PORT?= databases/postgresql-client
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.else
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index ccf9efd..bb17831 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -39,7 +39,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_POSTGRES)
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --enable-pgsql
PLIST_SUB+= PGSQL=""
.else
OpenPOWER on IntegriCloud