Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13)

This commit is contained in:
rh 2000-05-24 10:35:54 +00:00
parent 4438783527
commit 72f83ecb52

View file

@ -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