diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-19 00:50:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-19 00:50:52 +0800 |
commit | 6f187859549290b2e4f7c26f0622697592e374cd (patch) | |
tree | 887c7ac5d427f101ac1bf5439ee44e6fee458ec0 /databases | |
parent | 66b14cedd46f200afeda9f14f9c4044f0d1b28eb (diff) | |
download | freebsd-ports-gnome-6f187859549290b2e4f7c26f0622697592e374cd.tar.gz freebsd-ports-gnome-6f187859549290b2e4f7c26f0622697592e374cd.tar.zst freebsd-ports-gnome-6f187859549290b2e4f7c26f0622697592e374cd.zip |
Fix the Postgres dependency.
PR: 39472
Submitted by: NIHEI Takuji <nihei@hf.FreeBSD.ORG>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda2/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 2 |
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 |