diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-31 19:52:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-31 19:52:02 +0000 |
commit | f5769599830db2f3371a4df9f610706fb2b58a5a (patch) | |
tree | 787f38ef2600352eec31e714cbcebc0922be2ea3 /security | |
parent | b5a338d728e6e99f69b17460472e0c24f36d3604 (diff) | |
download | pkgsrc-f5769599830db2f3371a4df9f610706fb2b58a5a.tar.gz |
Add USE_PAM to the BUILD_DEFS if it is defined.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 5 |
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} |