diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /mail/qpopper | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk index 2c19ce21476..e6fae09a9e5 100644 --- a/mail/qpopper/options.mk +++ b/mail/qpopper/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2005/12/05 23:55:11 rillig Exp $ +# $NetBSD: options.mk,v 1.12 2007/02/22 19:26:43 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper PKG_SUPPORTED_OPTIONS= drac inet6 kerberos pam qpopper-servermode ssl @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-ipv6 # 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 +CONFIGURE_ARGS+= --with-pam .else CONFIGURE_ARGS+= --without-pam .endif |