summaryrefslogtreecommitdiff
path: root/databases/p5-postgresql-plperl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-02-10 14:08:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-02-10 14:08:16 +0000
commita56edb25c2ef076de8e5eb2cb3e02a96671e92d6 (patch)
treea781ac631005b5deb06c89fce8fa16dd3173df30 /databases/p5-postgresql-plperl
parent*** SECURITY update *** (diff)
Update the postgresql dependency from postgresql7 to postgresql-client to fixup
dependency problems Submitted by: bento (kris)
Notes
Notes: svn path=/head/; revision=100549
Diffstat (limited to 'databases/p5-postgresql-plperl')
-rw-r--r--databases/p5-postgresql-plperl/Makefile2
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"