summaryrefslogtreecommitdiff
path: root/security/cy-login
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-01-14 00:08:46 +0000
committerjlam <jlam@pkgsrc.org>2005-01-14 00:08:46 +0000
commitc8dd0743a82b2de97126e7a6bb78bb59d1a33172 (patch)
treee47502a8e46e6eac5834af0de90b25e883eb9aba /security/cy-login
parentd32bc02295649f444d715c517cd36a1478ab1b85 (diff)
downloadpkgsrc-c8dd0743a82b2de97126e7a6bb78bb59d1a33172.tar.gz
* Rename the buildlink module name associated with the security/PAM
package from "pam" to "linux-pam". * Rewrite PAM/builtin.mk to check that we have Linux-PAM, and re-classify MacOS X's PAM as Linux-PAM because it _is_, according to to Apple. Also don't use BUILDLINK_TRANSFORM.* to rewrite header file paths -- just use a symlink so that <security/*.h> can be used to find <pam/*.h>.
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 3b35dfe525d..43ec4df9ac0 100644
--- a/security/cy-login/Makefile
+++ b/security/cy-login/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/14 00:08:46 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy-login/}
PKGREVISION= 1
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --enable-plain # PLAIN
.if defined(USE_PAM)
. include "../../security/PAM/buildlink3.mk"
BUILD_DEFS+= USE_PAM
-CONFIGURE_ARGS+= --with-pam=${BUILDLINK_PREFIX.pam}
+CONFIGURE_ARGS+= --with-pam=${BUILDLINK_PREFIX.linux-pam}
.endif
BUILD_DIRS= ${WRKSRC}/plugins