summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-05-20 19:52:49 +0000
committerjlam <jlam@pkgsrc.org>2000-05-20 19:52:49 +0000
commitb57cbb465069cf94b721b2ed60d1cc6931b0043b (patch)
tree6ffd2b568baa4444a6efc12cc9c0a2d7261ed436 /databases/p5-DBD-postgresql
parentd402a23c1260fc4a078a48ace288e42cf28d1531 (diff)
downloadpkgsrc-b57cbb465069cf94b721b2ed60d1cc6931b0043b.tar.gz
Update dependency on postgresql to >=6.5.3.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r--databases/p5-DBD-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile
index 2d7b242085d..e8c85dc04f1 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/05/03 15:50:24 rh Exp $
+# $NetBSD: Makefile,v 1.3 2000/05/20 19:52:50 jlam Exp $
#
DISTNAME= DBD-Pg-0.93
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.postgresql.org/
-DEPENDS+= postgresql-6.5.3:../../databases/postgresql
+DEPENDS+= postgresql>=6.5.3:../../databases/postgresql
DEPENDS+= p5-DBI-1.08:../../databases/p5-DBI
USE_PERL5= YES