diff options
author | mat <mat@FreeBSD.org> | 2004-02-16 19:59:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-16 19:59:09 +0800 |
commit | f68e925ae2723ea7f43a7862b7ff64474f612d15 (patch) | |
tree | 9310917f587cfd8ae3c651b0fd708deaaafe8d2e /databases/p5-postgresql-plperl | |
parent | 11ab1f050afcb1a99abc07bf12016f42265b3fae (diff) | |
download | freebsd-ports-gnome-f68e925ae2723ea7f43a7862b7ff64474f612d15.tar.gz freebsd-ports-gnome-f68e925ae2723ea7f43a7862b7ff64474f612d15.tar.zst freebsd-ports-gnome-f68e925ae2723ea7f43a7862b7ff64474f612d15.zip |
Unfix the postgresql dependencies, they were right at the begining.
Pointy hat to: me
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 01c5ac096210..cacf44bb760d 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/postgresql-client +POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES .include "../../${POSTGRESQL_PORT}/Makefile" |