summaryrefslogtreecommitdiff
path: root/security/courier-authlib
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/courier-authlib
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/courier-authlib')
-rw-r--r--security/courier-authlib/Makefile3
-rw-r--r--security/courier-authlib/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index 84006cbd9ab..0473678dc13 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2006/01/03 03:50:45 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/01/10 12:39:04 ghen Exp $
.include "Makefile.common"
DISTNAME= courier-authlib-0.58
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
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