diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-10-12 21:21:19 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-10-12 21:21:19 +0000 |
commit | f64ab39f62f53dcbcb86acd31f2847987bcdaa02 (patch) | |
tree | 485a1bf848cc27eebb6d540ab968d75f1e54a072 /databases/p5-DBD-postgresql | |
parent | bcf3977d87b9ba24a4ce86a4482c199b58407a30 (diff) | |
download | pkgsrc-f64ab39f62f53dcbcb86acd31f2847987bcdaa02.tar.gz |
Allow perl-5.10.0 to satisfy the dependency on p5-version.
Don't bother bumping PKGREVISION, p5-version claims to be a NOP in the
presence of built in support.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 3ff918842af..44d06bd9f75 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2008/06/20 01:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2008/10/12 21:21:19 dsainty Exp $ # VER= 2.2.2 @@ -15,7 +15,7 @@ COMMENT= Perl DBI/DBD driver for PostgreSQL databases PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-version-[0-9]*:../../devel/p5-version +DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version PKG_INSTALLATION_TYPES= overwrite pkgviews |