summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Google
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-09 12:28:14 +0000
committergrant <grant@pkgsrc.org>2004-04-09 12:28:14 +0000
commit9ab227104a6dc51312e1ce1c94b39ca843fb61ce (patch)
treedbbd1687060ff3b70b8c6920f4ec37c16925bb31 /databases/p5-DBD-Google
parentd520043fc9bce1b0c227eae5c6d3c4b1d862f697 (diff)
downloadpkgsrc-9ab227104a6dc51312e1ce1c94b39ca843fb61ce.tar.gz
this module requires p5-DBI>=1.39 so reflect this in
BUILDLINK_DEPENDS.p5-DBI.
Diffstat (limited to 'databases/p5-DBD-Google')
-rw-r--r--databases/p5-DBD-Google/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile
index 0189273e651..7fa97c1fda4 100644
--- a/databases/p5-DBD-Google/Makefile
+++ b/databases/p5-DBD-Google/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/09 11:37:45 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/09 12:28:14 grant Exp $
#
DISTNAME= DBD-Google-0.11
@@ -12,6 +12,8 @@ COMMENT= Perl DBI/DBD driver for using Google as a datasource
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/Google/.packlist
+BUILDLINK_DEPENDS.p5-DBI?= p5-DBI>=1.39
+
.include "../../databases/p5-DBI/buildlink2.mk"
.include "../../net/p5-Net-Google/buildlink2.mk"