diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-04 08:45:52 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-04 08:45:52 +0800 |
commit | eb7d87c36524b8634f0c62768a0688bbd730f26a (patch) | |
tree | 0917bf4780e2eef5b1fdd5a4fd39e6521cc118a5 /databases | |
parent | ee4c43dde2e8f5ec10d8ea8ad8181317ed07bd91 (diff) | |
download | freebsd-ports-gnome-eb7d87c36524b8634f0c62768a0688bbd730f26a.tar.gz freebsd-ports-gnome-eb7d87c36524b8634f0c62768a0688bbd730f26a.tar.zst freebsd-ports-gnome-eb7d87c36524b8634f0c62768a0688bbd730f26a.zip |
Switch to POSTGRESQL_PORT to "databases/postgresql-client".
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 94e3f269a968..1b21b02de1d4 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -18,7 +18,7 @@ COMMENT= Provides access to PostgreSQL databases through the DBI LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql-client PERL_CONFIGURE= yes diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 94e3f269a968..1b21b02de1d4 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -18,7 +18,7 @@ COMMENT= Provides access to PostgreSQL databases through the DBI LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql-client PERL_CONFIGURE= yes |