summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-29 05:59:23 +0000
committerjdolecek <jdolecek>2004-10-29 05:59:23 +0000
commit80470785aceaaac50fe5d8ba00a8afd539e60078 (patch)
tree37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /databases/p5-DBD-mysql
parent3bdb6d05cdcc8d5a45f818841d10a7c69a7d407c (diff)
downloadpkgsrc-80470785aceaaac50fe5d8ba00a8afd539e60078.tar.gz
use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r--databases/p5-DBD-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index a20b554b369..550fc413e3b 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/10/03 00:13:22 tv Exp $
+# $NetBSD: Makefile,v 1.24 2004/10/29 05:59:23 jdolecek Exp $
#
DISTNAME= DBD-mysql-2.9004
@@ -21,7 +21,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/mysql/.packlist
MAKE_PARAMS+= --nocatchstderr
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"