aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/root/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 324f32206135..a87386ec4faf 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -114,7 +114,7 @@ PLIST_SUB+= AFTERIMAGE="@comment "
.if !defined(WITHOUT_POSTGRESQL) && defined(WITH_POSTGRESQL)
CONFIGURE_ARGS+= --enable-pgsql
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
PLIST_SUB+= POSTGRESQL=""
.else
CONFIGURE_ARGS+= --disable-pgsql