From 49972ed336f403df90504fee87c3f85c9f54ee00 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 18 Oct 2003 10:45:34 +0000 Subject: - new option WITHOUT_KERBEROS PR: 58156 Submitted by: matt@peterson.org --- security/hpn-ssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/hpn-ssh') diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 5dd81a234f67..d81f25cf4980 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -80,7 +80,7 @@ CONFLICTS+= openssh-portable-* CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} .else CONFLICTS+= openssh-gssapi-* -.if exists(/usr/include/krb5.h) +.if !defined(WITHOUT_KERBEROS) && exists(/usr/include/krb5.h) CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif -- cgit v1.2.3