diff options
author | adrianp <adrianp> | 2005-06-01 21:09:02 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-06-01 21:09:02 +0000 |
commit | c3a6926ed856b5d0f5d51f4f5e8f5dcac28f13b9 (patch) | |
tree | 1508ae463e993c67b9ce81cc1b8e4af243fe3f3d /mail | |
parent | 0daf1042c94fb42eab9079afb0d14ce642a64751 (diff) | |
download | pkgsrc-c3a6926ed856b5d0f5d51f4f5e8f5dcac28f13b9.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 |