summaryrefslogtreecommitdiff
path: root/security/cy2-sql
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-01-10 12:39:03 +0000
committerghen <ghen@pkgsrc.org>2006-01-10 12:39:03 +0000
commit9598e449425323360646c5dc79018509c7b71c59 (patch)
tree30ec85db3466793d59d841a92bdcd532d742e45e /security/cy2-sql
parent685ad55c1d3d004c1c35df8e111829c976039e75 (diff)
downloadpkgsrc-9598e449425323360646c5dc79018509c7b71c59.tar.gz
Use mk/mysql.buildlink3.mk instead of databases/mysqlX-client/bl3.mk,
same for pgsql.bl3.mk. Bump PKGREVISION. Ok by wiz.
Diffstat (limited to 'security/cy2-sql')
-rw-r--r--security/cy2-sql/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile
index d9f674dea66..a24c2703c92 100644
--- a/security/cy2-sql/Makefile
+++ b/security/cy2-sql/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:17 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/10 12:39:04 ghen Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
+PKGREVISION= 1
COMMENT= Cyrus SASL SQL authentication plugin
SASL_PLUGIN= yes
@@ -13,7 +14,7 @@ PKG_SUGGESTED_OPTIONS= mysql
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmysql)
-. include "../../databases/mysql4-client/buildlink3.mk"
+. include "../../mk/mysql.buildlink3.mk"
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
.endif