summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrh <rh>2000-05-24 10:35:54 +0000
committerrh <rh>2000-05-24 10:35:54 +0000
commit34098d7347c2717c9a5e5811c17b40c39d713d10 (patch)
tree9104df40f390c4aedffe0254e8d24dad6d5c070a /databases
parent0095976e8ca3ae29b92373d0cc4cbf09781d010a (diff)
downloadpkgsrc-34098d7347c2717c9a5e5811c17b40c39d713d10.tar.gz
Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13)
Diffstat (limited to 'databases')
-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 e8c85dc04f1..28a979c478b 100644
--- a/databases/p5-DBD-postgresql/Makefile
+++ b/databases/p5-DBD-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/20 19:52:50 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2000/05/24 10:35:54 rh Exp $
#
DISTNAME= DBD-Pg-0.93
@@ -10,7 +10,7 @@ MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.postgresql.org/
DEPENDS+= postgresql>=6.5.3:../../databases/postgresql
-DEPENDS+= p5-DBI-1.08:../../databases/p5-DBI
+DEPENDS+= p5-DBI>=1.08:../../databases/p5-DBI
USE_PERL5= YES