summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-05-24 10:35:54 +0000
committerrh <rh@pkgsrc.org>2000-05-24 10:35:54 +0000
commit72f83ecb521298f6ae3d2d041c1c2f9defc3952b (patch)
tree9104df40f390c4aedffe0254e8d24dad6d5c070a /databases/p5-DBD-postgresql
parent4438783527a26e2d0122f8fe84de8352d7a0da9f (diff)
downloadpkgsrc-72f83ecb521298f6ae3d2d041c1c2f9defc3952b.tar.gz
Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13)
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 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