diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-29 05:59:23 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-29 05:59:23 +0000 |
commit | 158484ab169d85767b9cf8cdbeff0d61cc8f13e0 (patch) | |
tree | 37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /net/entropy | |
parent | 41a793d84eb65edca280241f4c6f538264495827 (diff) | |
download | pkgsrc-158484ab169d85767b9cf8cdbeff0d61cc8f13e0.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 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 208fead6fe6..8b4be86e6c9 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/10/28 00:59:18 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/29 05:59:24 jdolecek Exp $ # DISTNAME= entropy-${ENTROPY_VERSION} @@ -43,7 +43,7 @@ ENTROPY_STORE_TYPE?= tree CONFIGURE_ARGS+= --with-tree .elif ${ENTROPY_STORE_TYPE} == "mysql" CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.include "../../databases/mysql-client/buildlink3.mk" +.include "../../mk/mysql.buildlink3.mk" .elif ${ENTROPY_STORE_TYPE} != "monolithic" .error unknown ENTROPY_STORE_TYPE: ${ENTROPY_STORE_TYPE} .endif |