diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 15:04:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 15:04:49 +0000 |
commit | cded4feae4d74b6c209548b7c5e284339aeaf023 (patch) | |
tree | 91d54c77d7ad98c08530acdfbcda93bd303ba96f /databases/p5-DBD-postgresql/Makefile | |
parent | ec25a5bbb0ca2fe4115c24576714b2946b3aeaeb (diff) | |
download | pkgsrc-cded4feae4d74b6c209548b7c5e284339aeaf023.tar.gz |
Update postgresql dependencies to look like:
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-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 ce6a5439ad6..d70511f7b31 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 14:17:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/14 15:04:50 jlam Exp $ # DISTNAME= DBD-Pg-0.95 @@ -10,7 +10,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ COMMENT= perl DBI/DBD driver for PostgreSQL databases -DEPENDS+= postgresql>=6.5.3:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib DEPENDS+= p5-DBI>=1.08:../../databases/p5-DBI USE_PERL5= # defined |