diff options
author | jdolecek <jdolecek> | 2004-10-29 05:59:23 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-29 05:59:23 +0000 |
commit | 023286d73b82e5519a9e7be64f14ac33a895f6e3 (patch) | |
tree | 37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /www/ap-auth-mysql | |
parent | bb53f6ac5c6b74d5d39bc33d212447714c3280b2 (diff) | |
download | pkgsrc-023286d73b82e5519a9e7be64f14ac33a895f6e3.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/ap-auth-mysql')
-rw-r--r-- | www/ap-auth-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index bbb831a4480..15e53fc74b6 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/10/03 00:18:24 tv Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/29 05:59:24 jdolecek Exp $ # DISTNAME= libapache-mod-auth-mysql_4.3.1 @@ -30,7 +30,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/DIRECTIVES ${PREFIX}/share/doc/mod_auth_mysql ${INSTALL_DATA} ${WRKSRC}/USAGE ${PREFIX}/share/doc/mod_auth_mysql -.include "../../databases/mysql-client/buildlink3.mk" +.include "../../mk/mysql.buildlink3.mk" .include "../../mk/apache.mk" .include "../../www/apache/module.mk" .include "../../mk/bsd.pkg.mk" |