aboutsummaryrefslogtreecommitdiff
path: root/security/prelude-manager
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 /security/prelude-manager
parent092124470bd598a7373693de2d97a5091e74d063 (diff)
Notes
Diffstat (limited to 'security/prelude-manager')
-rw-r--r--security/prelude-manager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index ccf9efdd10dd..bb17831a8609 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