summaryrefslogtreecommitdiff
path: root/net/snort-mysql
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-29 05:59:23 +0000
committerjdolecek <jdolecek>2004-10-29 05:59:23 +0000
commit023286d73b82e5519a9e7be64f14ac33a895f6e3 (patch)
tree37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /net/snort-mysql
parentbb53f6ac5c6b74d5d39bc33d212447714c3280b2 (diff)
downloadpkgsrc-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 'net/snort-mysql')
-rw-r--r--net/snort-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile
index e821c993815..4c99e4158f0 100644
--- a/net/snort-mysql/Makefile
+++ b/net/snort-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:17:58 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/29 05:59:24 jdolecek Exp $
.include "../../net/snort/Makefile.common"
@@ -18,6 +18,6 @@ DISTINFO_FILE= ${PKGDIR}/distinfo
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"