diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-18 10:45:34 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-18 10:45:34 +0000 |
commit | c682b2b8e875b735776771ddfa04e0e2f00c80cc (patch) | |
tree | d7fd3c399d3f5a1b9293c2fef191ab4b5f3c4432 /security/hpn-ssh | |
parent | c4b6b3b8bc7689d1ce467d2844310da82e0344be (diff) | |
download | FreeBSD-ports-c682b2b8e875b735776771ddfa04e0e2f00c80cc.zip FreeBSD-ports-c682b2b8e875b735776771ddfa04e0e2f00c80cc.tar.gz |
- new option WITHOUT_KERBEROS
PR: 58156
Submitted by: matt@peterson.org
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 5dd81a2..d81f25c 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 |