summaryrefslogtreecommitdiff
path: root/security/courier-authlib/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/courier-authlib/options.mk')
-rw-r--r--security/courier-authlib/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib/options.mk b/security/courier-authlib/options.mk
index a9ddc9a3a70..1e31b31ceaf 100644
--- a/security/courier-authlib/options.mk
+++ b/security/courier-authlib/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2005/11/07 16:43:49 jlam Exp $
+# $NetBSD: options.mk,v 1.8 2006/01/10 12:39:04 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.courier-authlib
PKG_SUPPORTED_OPTIONS= pam bdb ldap mysql pgsql
@@ -84,7 +84,7 @@ CONFIGURE_ARGS+= --without-authldap
### MySQL authentication
###
.if !empty(PKG_OPTIONS:Mmysql)
-. include "../../databases/mysql4-client/buildlink3.mk"
+. include "../../mk/mysql.buildlink3.mk"
CONFIGURE_ARGS+= --with-authmysql
AUTHLIB_PLIST+= ${AUTHLIBDIR}/libauthmysql.la
AUTHLIB_PLIST+= ${AUTHEXAMPLEDIR}/authmysqlrc.dist