From 654a40fbf8fa60c95c6c8e90a923d21def124f6e Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 21 Oct 2000 18:50:49 +0000 Subject: Add optional PAM support if USE_PAM is defined --- security/cyrus-sasl/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 392d9a02a71..0f00671f9a7 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/25 15:23:49 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/21 18:50:49 rh Exp $ DISTNAME= cyrus-sasl-1.5.24 CATEGORIES= security @@ -22,6 +22,11 @@ CONFIGURE_ENV+= CPPFLAGS="-I/usr/include/openssl" CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/sasl +.if defined(USE_PAM) +CONFIGURE_ARGS+= --with-pam=${PREFIX} +DEPENDS+= PAM-*:../../security/PAM +.endif + PLIST_SRC= ${WRKDIR}/.PLIST_SRC post-build: -- cgit v1.2.3