summaryrefslogtreecommitdiff
path: root/net/flow-tools
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
commit158484ab169d85767b9cf8cdbeff0d61cc8f13e0 (patch)
tree37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /net/flow-tools
parent41a793d84eb65edca280241f4c6f538264495827 (diff)
downloadpkgsrc-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/flow-tools')
-rw-r--r--net/flow-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile
index 25cb64d5638..fc406b229bc 100644
--- a/net/flow-tools/Makefile
+++ b/net/flow-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:17:51 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/29 05:59:24 jdolecek Exp $
DISTNAME= flow-tools-0.67
PKGREVISION= 1
@@ -43,7 +43,7 @@ PKG_SUPPORTED_OPTIONS= mysql postgresql
# MySQL support.
.if !empty(PKG_OPTIONS:Mmysql)
-. include "../../databases/mysql-client/buildlink3.mk"
+. include "../../mk/mysql.buildlink3.mk"
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
.endif