summaryrefslogtreecommitdiff
path: root/security/cy-login
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-23 06:13:30 +0000
committerjlam <jlam@pkgsrc.org>2004-03-23 06:13:30 +0000
commit342197e64bfb646dd290d76a1d4326c035dadbf5 (patch)
tree23c6f3f0ad6af565862a9a5110f7f12be9665bc9 /security/cy-login
parentacebb9db3c8226df56e837d1c82283edda902110 (diff)
downloadpkgsrc-342197e64bfb646dd290d76a1d4326c035dadbf5.tar.gz
bl3ify and convert to use krb5.buildlink3.mk for proper Kerberos
detection and linkage. This fixes PR 24498.
Diffstat (limited to 'security/cy-login')
-rw-r--r--security/cy-login/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy-login/Makefile b/security/cy-login/Makefile
index c966d4c4c94..42df51c605b 100644
--- a/security/cy-login/Makefile
+++ b/security/cy-login/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/08 03:00:29 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/23 06:13:30 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy-login/}
COMMENT= Cyrus SASL LOGIN authentication plugin
@@ -12,7 +12,7 @@ SASL_PLUGIN= YES
CONFIGURE_ARGS+= --enable-login # LOGIN
CONFIGURE_ARGS+= --enable-plain # PLAIN
.if defined(USE_PAM)
-. include "../../security/PAM/buildlink2.mk"
+. include "../../security/PAM/buildlink3.mk"
BUILD_DEFS+= USE_PAM
CONFIGURE_ARGS+= --with-pam=${BUILDLINK_PREFIX.pam}
.endif