summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorjlam <jlam>2000-05-20 19:52:49 +0000
committerjlam <jlam>2000-05-20 19:52:49 +0000
commitfec35dd574b3d1995646adc971821abf7daef582 (patch)
tree6ffd2b568baa4444a6efc12cc9c0a2d7261ed436 /databases/p5-DBD-postgresql
parenta965af4484d4f023acb63f4304f390ad6232a2bd (diff)
downloadpkgsrc-fec35dd574b3d1995646adc971821abf7daef582.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