diff options
author | mat <mat@FreeBSD.org> | 2004-02-10 22:08:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-10 22:08:16 +0800 |
commit | 93e2e5ce1cd55069bf0c3f56ab83359ea93b8809 (patch) | |
tree | 39ef37b42c586d0294e05f2ced296ce303619461 /databases/p5-postgresql-plperl | |
parent | 7e9b056e3902eb2239d98c394b8a084dcc2d65ba (diff) | |
download | freebsd-ports-gnome-93e2e5ce1cd55069bf0c3f56ab83359ea93b8809.tar.gz freebsd-ports-gnome-93e2e5ce1cd55069bf0c3f56ab83359ea93b8809.tar.zst freebsd-ports-gnome-93e2e5ce1cd55069bf0c3f56ab83359ea93b8809.zip |
Update the postgresql dependency from postgresql7 to postgresql-client to fixup
dependency problems
Submitted by: bento (kris)
Diffstat (limited to 'databases/p5-postgresql-plperl')
-rw-r--r-- | databases/p5-postgresql-plperl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index cacf44bb760d..01c5ac096210 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -plperl MAINTAINER= girgen@pingpong.net COMMENT= A module for using Perl5 to write SQL functions -POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql-client POSTGRESQL_SUBPORT=YES .include "../../${POSTGRESQL_PORT}/Makefile" |