summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-18 16:50:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-18 16:50:52 +0000
commit66e7246418facb3163bb296ac35f57c761947abb (patch)
tree4309d90bb6b440bc19903b6b9a6341047b378ba2 /databases
parentRemoved step 2 which used to check that the JDK ports actually (diff)
Fix the Postgres dependency.
PR: 39472 Submitted by: NIHEI Takuji <nihei@hf.FreeBSD.ORG>
Notes
Notes: svn path=/head/; revision=61513
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda2/Makefile2
-rw-r--r--databases/libgda3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 832cbb4baec2..d03ff6620250 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -40,7 +40,7 @@ PLIST_SUB= MYSQL="@comment "
.endif
.if defined(WITH_POSTGRES)
-LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgres7
+LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
PLIST_SUB+= POSTGRES=""
.else
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 832cbb4baec2..d03ff6620250 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -40,7 +40,7 @@ PLIST_SUB= MYSQL="@comment "
.endif
.if defined(WITH_POSTGRES)
-LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgres7
+LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
PLIST_SUB+= POSTGRES=""
.else