summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mysql/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-29 05:59:23 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-29 05:59:23 +0000
commitff277f92c83d8cb4a8eaa860eb3220c699ad1a1a (patch)
tree37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /www/ap2-auth-mysql/Makefile
parentbcab07727093024fb4b436114d6f8d673e952e75 (diff)
downloadpkgsrc-ff277f92c83d8cb4a8eaa860eb3220c699ad1a1a.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 'www/ap2-auth-mysql/Makefile')
-rw-r--r--www/ap2-auth-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile
index 96cf807b47e..4ac2476cfae 100644
--- a/www/ap2-auth-mysql/Makefile
+++ b/www/ap2-auth-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:24 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/10/29 05:59:24 jdolecek Exp $
#
DISTNAME= mod_auth_mysql.c
@@ -44,6 +44,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/mysql-group-auth.txt ${DOC_DIR}
.include "../../www/apache2/buildlink3.mk"
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"