pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/fetchmail Avoid that "kerberos" appears more than...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a696401fe7a4
branches:  trunk
changeset: 494775:a696401fe7a4
user:      frueauf <frueauf%pkgsrc.org@localhost>
date:      Mon May 30 14:02:17 2005 +0000

description:
Avoid that "kerberos" appears more than once in PKG_OPTIONS.
Change suggested by Jukka Salmi.

diffstat:

 mail/fetchmail/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 27484862dcfd -r a696401fe7a4 mail/fetchmail/options.mk
--- a/mail/fetchmail/options.mk Mon May 30 13:23:31 2005 +0000
+++ b/mail/fetchmail/options.mk Mon May 30 14:02:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/05/24 19:01:34 frueauf Exp $
+# $NetBSD: options.mk,v 1.10 2005/05/30 14:02:17 frueauf Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fetchmail
 PKG_SUPPORTED_OPTIONS= inet6 kerberos4 kerberos gssapi ssl
@@ -17,7 +17,7 @@
 ###
 ### Authentication via GSSAPI (currently only over Kerberos V) support.
 ###
-.if !empty(PKG_OPTIONS:Mgssapi)
+.if !empty(PKG_OPTIONS:Mgssapi) && empty(PKG_OPTIONS:Mkerberos)
 PKG_OPTIONS+=          kerberos
 CONFIGURE_ARGS+=       --with-gssapi=${KRB5BASE}
 .else



Home | Main Index | Thread Index | Old Index