summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-01-31 19:52:02 +0000
committerjlam <jlam@pkgsrc.org>2002-01-31 19:52:02 +0000
commitf5769599830db2f3371a4df9f610706fb2b58a5a (patch)
tree787f38ef2600352eec31e714cbcebc0922be2ea3 /security/cyrus-sasl
parentb5a338d728e6e99f69b17460472e0c24f36d3604 (diff)
downloadpkgsrc-f5769599830db2f3371a4df9f610706fb2b58a5a.tar.gz
Add USE_PAM to the BUILD_DEFS if it is defined.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 284c13fb7ae..2c1529f0666 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2002/01/13 14:23:37 skrll Exp $
+# $NetBSD: Makefile,v 1.27 2002/01/31 19:52:02 jlam Exp $
DISTNAME= cyrus-sasl-1.5.27
SVR4_PKGNAME= csasl
@@ -63,8 +63,9 @@ CONFIGURE_ARGS+= --disable-gssapi # --- no GSSAPI
PLIST_SRC+= ${PKGDIR}/PLIST.plugins
.if defined(USE_PAM)
-CONFIGURE_ARGS+= --with-pam=${PREFIX}
.include "../../security/PAM/buildlink.mk"
+BUILD_DEFS+= USE_PAM
+CONFIGURE_ARGS+= --with-pam=${PREFIX}
.endif
PKG_GROUPS= ${CYRUS_GROUP}