From 10b723081cf1132932e514ac7da5bebc12610b3a Mon Sep 17 00:00:00 2001 From: dsainty Date: Mon, 17 Mar 2008 13:29:03 +0000 Subject: Add dependency on p5-version, which appears to be a new requirement. Bump PKGREVISION, because the package will gladly build and install without p5-version, it just won't actually work unless p5-version is available both at build time and at run time. --- databases/p5-DBD-postgresql/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'databases/p5-DBD-postgresql') diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 288dba834ea..7a577344502 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2008/03/17 13:29:03 dsainty Exp $ # VER= 2.2.2 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gborg.postgresql.org/project/dbdpg/projdisplay.php COMMENT= Perl DBI/DBD driver for PostgreSQL databases +DEPENDS+= p5-version-[0-9]*:../../devel/p5-version + PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/DBD/Pg/.packlist -- cgit v1.2.3