diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-06-01 21:09:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-06-01 21:09:02 +0000 |
commit | 07135079d7646fec7d2a897be575eb7f6194ed78 (patch) | |
tree | 1508ae463e993c67b9ce81cc1b8e4af243fe3f3d /mail | |
parent | 742ec8e8409ded29b4f0928fd5ab8919905ed776 (diff) | |
download | pkgsrc-07135079d7646fec7d2a897be575eb7f6194ed78.tar.gz |
- Add a note for PAM
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk index 6a110186261..7a56d3a67cd 100644 --- a/mail/qpopper/options.mk +++ b/mail/qpopper/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2005/06/01 20:55:16 adrianp Exp $ +# $NetBSD: options.mk,v 1.6 2005/06/01 21:09:02 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper PKG_SUPPORTED_OPTIONS= inet6 ssl PAM @@ -19,6 +19,7 @@ CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6" CONFIGURE_ARGS+= --disable-ipv6 .endif +# Please note this is currently experimental for platforms that support it .if !empty(PKG_OPTIONS:MPAM) . include "../../mk/pam.buildlink3.mk" CONFIGURE_ARGS+= --with-pam |